Changes

Jump to: navigation, search

MAP524/DPS924 Lab 3

14 bytes added, 12:15, 14 July 2015
Part A (minimum)
# On the Action Bar, the title of the app is "Android Guide".
# A click on the overflow menu button will display two menu options, namely "Help" and "About".
#* When the "Help" menu item is selected, a "Help" screen (an activity) will display with a brief description about the functionality of the two buttons (in english, with text that makes sense).
#* When the "About" menu item is selected, an "About" screen will display your full name and your program of study at Seneca. If you have time: make the about screen look like a dialog, not taking out the entire phone screen.
#* Note that the onclick handler signature for a menu item is slightly different from a button.

Navigation menu