Thursday, October 24, 2013

1. Android and Lists

1. Android and Lists

1.1. Using lists in Android

The display of elements in a lists is a very common pattern in mobile applications. The user sees a list of items and can scroll through them. Such an activity is depicted in the following picture.

Listview example

Typically the user interacts with the list via the action bar, for example via a refresh button. Individual list item can be selected, this selection can update the action bar or can trigger a detailed screen for the selection. The following graphic sketches that on the selection of a list item another application is started.

Listview example

No comments:

Post a Comment