How to make your mobile apps improve responsiveness between page navigations

CodeProject In my opinion mobile responsiveness is one of the most important aspects when developing apps but most developers neglect or are unaware of. In this post I will show you how to improve responsiveness when loading pages to present to the user. We will focus this post on Android (Xamarin Forms), but I’m sure […]

Xambon.PreLoader for Xamarin Forms

As the name implies, it helps you to pre load data used by your xamarin forms app page gets called. What does that mean? In a regular Xamarin Forms application, every time a page is loaded (navigated to), some data needs to be loaded from a remote source, or even from a disk, to fill […]