| Widget label | Widget type | Widget name |
|---|---|---|
| password | text field | txtPassword |
| memorable date | text field | txtMemorableDate |
| open store | button | btnOpenStore |
The activity has a navigation bar at the bottom of the screen, with the following navigation bar items:
| icon position | icon name | item variable name |
| far left | exit | btnBack |
| far right | help | btnHelp |
When the button btnBack is pressed, the activity is popped of the activity stack.
When the btnHelp button is pressed, the activity navigates to the HelpActivity, requesting that the asset file OpenStoreActivityHelp.html be displayed.
When the btnOpenStore is pressed, the following is carried out:
This activity is popped off the activity stack, and then the app navigates to
ListEntriesActivity.