Bob reviews the topics discussed throughout the series and provides some additional resources and guidance regarding how you should approach your career as a software developer.
Finally, we learn how to enable in-product purchases to unlock certain features or allow for the purchase of in-app items making it possible for us to use a "free-mium" business model.
Continuing on from the previous lesson, we learn how to unlock the app and its features by allowing the user to purchase a full version of the app directly from the app.
In this final Hands On Lab, we use the CurrentAppSimulator class to simulate interaction with the Windows Store API. Here, we simply use the configuration file to declaratively modify the user interface. This simulates the data retrieved from the Windows Store.
Continuing from Part 25, this lesson demonstrates how to utilize push notifications from Windows Notification Services to provide information or state updates from the cloud to the user on the Windows 8 start page.
In this lesson, we use the ToggleSwitch WinJS control to capture a user's preference for how to deal with remembering the state of the app prior to it being terminated. We talk about the different special folders and objects we can use to save user data, and discuss roaming and how to utilize it in our...
In this lesson, we learn how to add Settings pages to our project. These are used to respond to the Settings charm in Windows 8, and can be used for About pages, Preferences, or other related purposes.