
How to use Resource Files in Xamarin.Forms
Resource files allow you to define a name and a resource, normally a string, that can change depending upon the … Read More “How to use Resource Files in Xamarin.Forms”
Resource files allow you to define a name and a resource, normally a string, that can change depending upon the … Read More “How to use Resource Files in Xamarin.Forms”
RenderScript is a framework for running computationally intensive tasks at high performance on Android. RenderScript is primarily oriented for use … Read More “Implementing Intrinsic Renderscripts in Xamarin.Android”
Xamarin.Forms application indexing and deep linking provide an API for publishing metadata for application indexing as users navigate through applications. … Read More “Application Indexing and Deep Linking in Xamarin.Forms”
At the end of May, Microsoft released the Xamarin.Forms Shell release – a shell aimed at simplifying the creation of … Read More “Xamarin.Forms Shell in practice”
The new Xamarin.Forms shell is designed to improve the productivity of mobile developers. Shell content makes it much easier to organize … Read More “Introduction to Xamarin Shell”
Triggers take a trigger source such as an event and then can change a property on that control in response … Read More “Mastering Triggers in Xamarin.Forms”
Push notifications in Xamarin Forms is an interesting project and that is because each platform implements Push Notifications and the … Read More “How to Implement Push Notifications in Xamarin Forms”
Push notifications are a common feature in mobile apps and if you read my previous post or others you will easily … Read More “Push Notifications Explained”
Calling JavaScript The following code example shows how a JavaScript function can be invoked from C#: The WebView.Eval method evaluates the JavaScript … Read More “Evaluating JavaScript hosted in a WebView in Xamarin.Forms”
To retain a responsive UI, a mobile applications should perform long-running tasks – such as downloading a file – in … Read More “Reporting Download Progress in Xamarin.Forms”