LegacyBar: Your MonoDroid ActionBar
Android is kind of a beast, interesting and complex. One of my favorite features of Android has to be their implementation of the Actionbar, which they started in ICS 3.0. If you are a native Java programmer using the action bar is great, and if you need to target android 2.X devices there are some great libraries that give you backwards compatibility. If you are like me, a C# developer using Mono for Android [http://www.xamarin.com] then it isn’t that easy. When I started developing apps I s…
James Montemagno