I am making an application with multiple options, but am unclear as how to go about setting up a menu that is activated within my main activity, and then returning to the main activity after used.
I have looked up various tutorials but still am a bit confused.
Help? 🙂
Thanks.
you can create each menu item as an activity then use this code. Note you will also have to create an xml file for the menu as per http://developer.android.com/guide/topics/ui/menus.html