Intro To Android (Workbook 2)

User Interface

Application Design

Our application has several screens.

Users should be able to browse and "pin" locations they are planning to visit. They should be able to easily find their current location (via GPS) without browsing the list of available locations. When a user selects a location, we want to show information about the location along with a sampling of the specialties.

Locations

Users should be able to read information about the specialties and rate the items they have tried. We also want to allow users to "pin" items to try later, whether or not they are planning to eat them soon.

Users should also be able to browse all delicacies in a list (all, pinned, and rated) to help them plan their next foodie destination.

Delicacies

Users should be able to navigate easily between the screens in the application. Finally, users should be able to search for a specific location or delicacy by name.

Search and Navigation