Xamarin: Android Tips: Hello AppCompatActivity, Goodbye ActionBarActivity

With the latest updates to the Android Support v7 AppCompat Library, revision 22.1, integrating Google’s Material Design has never been easier. If you need to get caught up with AppCompat, we have already covered how to add Material Theming to your apps with AppCompat and how to replace your ActionBar with the new advanced Toolbar […]

The post Android Tips: Hello AppCompatActivity, Goodbye ActionBarActivity appeared first on Xamarin Blog.

Ruben Macias: Android ListViews Reinvented

I learned something new last week that I felt I probably should have learned a long time ago.  As I know from my previous experience in Android development, ListViews only scroll vertically.  In the past, there was no out of the box support for horizontal ListViews in Android.  Developers had to create them manually or use 3rd party […]