* This articles applies for Xamarin.Android applications that target API level 17 or higher RenderScript is a framework for running computationally intensive tasks at high performance on Android. RenderScript is …
Reporting Download Progress in Xamarin
To retain a responsive UI, a mobile applications should perform long-running tasks – such as downloading a file – in the background. This recipe will show how to asynchronously download …
Creating a User Control in Xamarin Forms
Xamarin Forms doesn’t have a control called a User Control, similar to what you might be familar with in WPF. However we can make any VisualElement, or combination of VisualElement’s …
Using Resources Files in Xamarin Forms
Resource files allow you to define a name and a resource, normally a string, that can change depending upon the language of the device. Each native platform has a resource …