<- ReadMe.html  ||  <- ../Functionality.html

ListEntriesActivity UI Specification

Class name: ListEntriesActivity
Title:List Entries
Level: level three activity, displayed when there is an existing store

Widget labelWidget typeWidget name
entriesvertically scrolling listvlsEntryNames

The activity has a navigation bar at the bottom of the screen, with the following navigation bar items:

icon positionicon nameitem variable name
far leftexitbtnBack
right of exitaddbtnAddEntry
right of addsearchbtnSearch
far righthelpbtnHelp

ListEntriesActivity functionality

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.