How to really speed up your Xamarin Forms apps for Android.
In this guide you’ll discover how to dramatically increase the performances and the start up times of your Xamarin. Forms apps for Android in just few minutes!
In this guide you’ll discover how to dramatically increase the performances and the start up times of your Xamarin. Forms apps for Android in just few minutes!
In this tutorial I’ll show you how to improve the performance of your apps for android and iOS using the Compile Bindings on Xamarin.Forms.
If you are using ListViews in your projects, you must read this and replace them with CollectionViews. They you can thank me later!
With Xamarin Forms it’s definitely possible to create great apps for Android, iOS and Windows: Safe Notes is clearly an example.
MTAdmob is now Open Source. Discover how it works or imporve it adding a pull request with new features or bug fixes
Every good app needs to use a database. Let’s see how to create one easily and in a few seconds thanks to the free MTSql library.
Many modern apps require a secure authentication for users and Azure Active Directory Authentication Library (ADAL) enables application developers to authenticate users to cloud or on-premises Active Directory (AD). Here I show two different ways to add ADAL to a Xamarin.Forms project.
You want to create a mobile multi platform app and you really like C#.\n\nXamarin is the perfect solution for you and if you don’t have any major experience with native mobile development, Xamarin.Forms is just a day-dream.
Let’s see how we can add a Sqlite database to your Xamarin projects in an incredibly easy way. To help you to speed up your Xamarin development, I?ve created a set of plugins, one of them is MTSQL. Thanks to this plugin you can add a Sqlite database with a single line of code. The […]