I am new to Android application development.I want to develop a simple android application which contains menus.Is there any source code on internet.Can anybody tell me how should i pursue
Thanks in advance
Tushar
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Everything you need to know is in the Android Dev Guide.
What it comes down to – and I’m just copying relevant parts from the Android Dev guide – is creating an XML menu resource, e.g. this one, and saving it as
game_menu.xml:And then inflating it within your activity:
When an item is clicked, you can do several actions: