Thursday, December 30, 2010

Creating Menus | Android Developers

In many of our Android applications we do need Menus. So our next question is how to achieve this in Android. We can do it in different ways. We can do this complete using Layouts. Some thing like design a layout with all menu options and add it in all places where ever we require it.If we need Android specific menus then we can do this as specified in this documentation. Visit this link to get details about it.
Creating Menus Android Developers

No comments:

Post a Comment