Intro To Android (Workbook 2)

Tablet Design

The tablet design is similar to the phone, but combines several view elements into one.

We still show a list of locations and delicacies, but this list is always shown on the left-hand side of the application. When we select an item, it updates the view on the right to show the details for that location.

Locations

The location detail has the same information, but it is arranged differently. The specialties will be shown as a collection of CoverView's (see lab on custom views for more detail) at the bottom of the location detail.

Notice that we are no longer using a ViewPager to show more information about a location and it's delicacies.

Navigation

We will use the same navigation elements navigation drawer and ActionBar (not pictured).

Delicacies