Code Theory

Android

UI, Themes & Navigation

The action bar, navigation drawer, themes, styles and image handling.

UI, Themes & Navigation guides on Code Theory
Guide Length API status
Creating Android Sliding Sidebar (Hamburger) Menu with Navigation Drawer Icon

By now most of us are familiar with Navigation Drawers as they’ve been in use by Facebook, Gmail, Google Play Music, Google Play Music and tons of others apps.

1955w Current
Android Themes, Styles and Attributes

One thing that bugs me from time to time is the appearance and disappearance of the Action bar or the change in its UI with similar XML code and Java API…

410w Current
Difference Between setDisplayHomeAsUpEnabled(), setHomeButtonEnabled() and setDisplayShowHomeEnabled() ActionBar Methods in Android

The Android ActionBar has a couple of methods that can get a little confusing at times as to what their purpose is: setDisplayHomeAsUpEnabled(boolean…

370w Superseded
Quick Tip: Android Convert byte[] Data to ImageView

Let’s say you have a byte[] array of image data that you want to convert into an Image by showing up in an ImageView in your layout.

138w Current

More in Android

All Android →