Its not built in control. Design your own "menu like" layout, put it in separate layout file and include where necessary. It is possible to keep this layout at the bottom of the screen always and make the upper part scrollable. Just give up the idea that this is a real "menu". Lots of code sample are available (only if you give up the word "menu" and try to achieve the result using layouts)
On the other hand, if you do not want to make it look like a copy of iPhone (as your example applications do), you can use the normal menu of Androoid http://developer.android.com/guide/topics/ui/menus.html Off course, you have to show it as soon as your activity loads. Or, you can create your own control if you like to. Regards Sarwar Erfan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

