Category: Programming Concepts

Shared Preferences in Xamarin Android
In this post I'll be discussing shared preferences in Xamarin Android, which is a caching mechanism for local app data.

C# Statics and How They Work
In this post, I discuss statics in C#, how they work, and some interesting uses for them.