Android Development – Context Menus

In this post we will go over a bare bones introduction to implementing context menus in your Android application. We will be building upon the same sample application that we started in the first part of this series, so refer to that and the other posts if you need to catch up. Starting Up An [...]

 
Android Development - Submenus

In this post we’ll go over a bare bones introduction to implementing submenus in your Android application. As before, we will build upon the code base that we started in our prior Android menu posts here, here, and here. Starting Up A submenu is just another menu that appears when you press another menu option. [...]

 
Android Development - Menu Size

In this post, we will continue to build on our prior work with Android menus by exploring what happens when the main menu reaches a certain size. We will be building on the basic app that we started developing in the prior two menu posts here and here. Size Matters When it comes to the [...]

 
Android Development - Menu Icons

This post is a bare bones introduction to styling your application menus with icons, either the stock Android icons or your own custom ones. We will be building on the code base that we started in our prior simple menu handling post, so refer there to get up to speed. Stock Android Icons The Android [...]

 
Android Development - Simple Menu Handling

Android devices have something iPhones don’t – a handy “menu” button that can be used by applications to provide a context-sensitive menu. This can lead to better handling of real estate, as these applications now have a hardware interface with which to bring up additional options. This post is a bare bones introduction to how [...]

© 2011 Musings of the Bare Bones Coder Suffusion theme by Sayontan Sinha