Android Programming for Beginners: User Menus

Posted by tuxchick on Jan 18, 2013 8:09 AM
By Linux.com
Mail this story
Web version

A very common pattern in an Android activity is showing a list of items for the user to select from. The Android API provides the ListView and ListActivity classes to help out with this. Carrying on with the Countdown app from previous tutorials, we'll list a few sample countdown times for the user to select from to set the timer.

Full Story

Printed at http://lxer.com/module/newswire/view/179394/index.html