1
score
272
views
yes
status
CC BY-SA 3.0
How does getItem() really work in android developer's sample universal music player app?
The constructor for BrowseAdapter calls the parent constructor ( see ArrayAdapter.java lines 154-164 ). The parent constructor creates a list of items ( see lines 175-182 ). Items are added to the adapter which adds...