October 2018
Intermediate to advanced
464 pages
15h 17m
English
We can also create a list of items to select from with various list setting methods, including the following:
.setItems() .setAdapter() .setSingleChoiceItems() .setMultiChoiceItems()
As you can see, there are also methods for single-choice (using a radio button) and multi-choice lists (using a checkbox).