1,234
edits
Changes
→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 =