Accessibility options, allows accessibility programs to read your app and provide any appropriate assistance. The most common, is a narrator, being able to read your app, to verbal speak to …
Publishing iOS App on Apple’s App Store
Once you have developed an iOS app, you need to publish it to Apple’s App Store for mass distribution. This step-by-step guide will show you how to prepare your app …
Publishing Android Apps on the Google Play Store
This article is a step-by-step guide on how to successfully publish your app on the Google Play Store. For newbies and first-timers, publishing an app on Google Play can seem …
Calling Javascript in Xamarin Forms
The following tutorial will show to call a JavaScript function from C#, where the JavaScript function is defined in a web page hosted by the WebView control. Calling JavaScript The following …
Implementing Push Notifications in Xamarin Forms
Push notifications in Xamarin Forms is an interesting project and that is because each platform implements Push Notifications and the corresponding notifications (toasts) in a different way. I will show …
Understanding Push Notifications Lifecycle
Push notifications are a common feature in mobile apps and if you read my previous post or others you will easily understand how to receive them. Most walk-throughs stop at that …
Using Renderscript in Xamarin.Android
* 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 …
- Page 1 of 2
- 1
- 2