by bilalamjad | Jun 27, 2016 | Windows 8 Apps, Windows Phone, XAML
What is Deep linking ? In the context of the mobile apps, deep linking consists of using a uniform resource identifier (URI) that links to a specific location within a mobile app (i.e. exampleApp://location/123456), rather than simply launching the app (i.e....
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 | May 23, 2016 | .NET, Windows 8 Apps, Windows Phone
Here is a step by step tutorial about adding a sample BackgroundTask to your solution. The presented procedure is the same for: Windows Phone 8.1 Silverlight, Runtime and Windows Universal Apps. What are Background Tasks and what is their usage: If you app is not...
by bilalamjad | May 16, 2016 | Windows 8 Apps, Windows Phone
Integrating facebook authentication for signing in and registration purpose is getting popular these days. You can also integrate this facility into your app by following these steps: Obtaining Package SID Creating the package on windows store to obtain Package SID....
by bilalamjad | Mar 5, 2016 | .NET, Visual Studio, Windows 10 (UAP), Windows 8 Apps, Windows Phone, XAML
Before we proceed towards exploring Diagnosing and Performance tool in Visual Studio we must know the reasons due to which our app can give a poor performance. Some of the reasons can be: An ineffective and poor coding. Referring to any 3rd Party Library. Remote...
Recent Comments