Mailing the story:

Exploring the ListField, Part 1

  • Linux Magazine; By Frank Abelson (Posted by on CST)
  • Story Type: News Story; Groups: Linux
We cannot ignore them — they are everywhere. Lists of things “todo”. Things to buy. Choices to choose from. No mobile environment would be complete without the ability to display a list of choices to a user. Of course, every platform has their own name for them. Android calls its list a ListView and requires an “adapter” to supply the data to the list widget. iPhone developers create lists with the UITableView and flesh out a “protocol” in Objective-C to provide the data via a callback paradigm. For the Java programmers among us, a protocol is similar to an Interface in Java.
What is your name?

What is your E-Mail address?

What is the email address of the recipient?

Add a special note from yourself?