Open main menu

CDOT Wiki β

Changes

MAP524/DPS924 Lecture 5

171 bytes added, 12:16, 18 July 2015
Adapters
* A UI element to display those values (the spinner)
* An adapter to connect the first two (specifically here an ArrayAdapter)
 
Here's a [https://github.com/codepath/android_guides/wiki/Using-an-ArrayAdapter-with-ListView nice tutorial on Adapters] generally with a ListView as a specific example.
= ListView =