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 | 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...
by bilalamjad | Oct 31, 2015 | Windows 8 Apps, Windows Phone
Implementing trial functionality is a very useful method when you want your user to use limited features free of cost and for unlocking remaining features you want him to pay you. There are two types of trials available in windows apps: Time Based Trial To set a...
Recent Comments