by bilalamjad | Jun 19, 2016 | Windows 8 Apps, Windows Phone
Why we need custom settings page in our applications? Adding a settings page to your application is a nice way to tell users that you really care about them. All the user preferences and customization for any specific app should be maintained through settings where...
by bilalamjad | May 31, 2016 | Windows 8 Apps, Windows Phone
What is Data Caching and why it is required Data caching is a useful technique when you want to hold data temporarily somewhere inside your device so that it can be accessed later for better performance. How we can cache data in Windows Applications Caching a page and...
by bilalamjad | Jan 5, 2016 | Windows 8 Apps, Windows Phone
Scenario: In this article i will use a FilePicker to upload image from any location in PC to my Application. Following is a screenshot of the application: Steps to follow: Add a StackPanel with Image and button Control inside your MainPage.xaml file (in my case) and...
Recent Comments