Custom Views in Xamarin.Forms
I’m a big fan of Xamarin. It is, in my opinion, the best solution for cross-platform mobile development. Xamarin enables you to produce apps for iOS and Android, written in C#, and to share a large...
View ArticleXamarin Android – Image Caching
This is the second in a series of articles on image handling in Android. Check out my first post on using remote images in lists if you missed it. Put simply, image handling can take its sweet time on...
View ArticleXamarin Android – Using Remote Images in Lists
This is the first in a series on image handling in Android. It is specific to Xamarin, but the principles discussed here apply to Java-based Android apps as well. This article assumes prerequisite...
View ArticleXamarin – Date and Time Handling
When sharing code between iOS and Android, it can be important to understand the differences in the way the platforms handle dates and times. Here’s some key points to note when using Xamarin to handle...
View Article