Teams Winter 2011/team1/Android/Add Options Menu

From CDOT Wiki
Revision as of 14:25, 25 March 2011 by Azea (talk | contribs)
Jump to: navigation, search

4. Add Options Menu

4.1. Add Android xml file to the project: Right Click Project -> New -> Other... -> Android XML File
A menu.png
4.2. Specify the file name menu.xml and select "Menu" as type of resource and click Finish
A menu1.png
4.3. Go to the menu folder and double click the menu.xml file. Android Menu screen appears. Click Add...:
A menu2.png
4.4. Select Item and click OK. On the Android Menu screen specify the menu option Title and save the application:
A menu3.png
4.5. Run the application and press the menu button. You should see newly added menu item:
A menu4.png
4.6. Repeat the same steps to add Delete Student, View Student and Send Email:
A menu5.png