WinJS - Custom Controls, Binding, AppBar And Search Contract

The Windows Library for JavaScript provides a set of new controls designed for Windows Store apps using JavaScript. While Windows 8 provides a variety of controls for you to choose from, you might need to create your own. In this episode we take a look at building a Custom Control and declaratively bind data to it. We also take a look at implementing the Search Contract and enabling searching using the Search Charm. Finally, we take a look at defining an App Bar control and implementing an "Add Movie" command while examining some of the core functionality provided to use out of the box by the ListView and Binding List objects.