Understanding Adapters in Android

1
2
ListAdapter:
Extended Adapter that is the bridge between a ListView and the data that backs the list. Frequently that data comes from a Cursor, but that is not
    required. The ListView can display any data provided that it is wrapped in a ListAdapter.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Explanatory text snippet that details the existing adapters on Android

#text #adapters #adapter #android

#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.