Class name: ListEntriesActivity
Title:List Entries
Level: level three activity, displayed when there is an existing store
| Widget label | Widget type | Widget name |
|---|---|---|
| entries | vertically scrolling list | vlsEntryNames |
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 |
| right of exit | add | btnAddEntry |
| right of add | search | btnSearch |
| far right | help | btnHelp |
When the activity is displayed, the following is carried out:
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 CreateNewStoreActivityHelp.html be displayed.
when the btnAddEntry button is pressed, the activity navigates to the AddEntryActivity.
when a list entry is selected, the activity pops off the activity stack. The activity navigates to the ViewEntryActivity. The selected entryName is passed to the ViewEntryActivity.