Description
At the end of this exercise, you should be able to add an Options Menu to the application. When you click on each menu item, a short message will be displayed
Android skills you will learn include:
- Create a menu using an XML file
- Inflate Menu in the Activity
- Respond to Menu Selection
- Meet UI Widget : Mr. Toast
Basic Steps
- Download the resource files zip file for this exercise. Save it on your computer, and unzip the file. This zip bundle contains images for the Options Menu you will be creating.
- Visit the instructions for this activity, and perform the steps in the instructions.
- When finished, submit your application as a Android Package (.apk) file. To find the application .apk, look in your Project directory, there should be a directory (folder) called bin. In the bin directory, there will be a file called ProjectName.apk. That is the file to submit. To find your Project directory, right-click on the Project in Eclipse, select Properties, and then look at the Location field on the Resource page. That is the Project directory.


