Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What is the correct explanation of ListView?
Contents
- What is a list view?
- What is list view how Spinner view is different from list view explain the significance of Adapter in list view show the implementation of spinner view?
What is a list view?
Android ListView is a ViewGroup that is used to display the list of items in multiple rows and contains an adapter that automatically inserts the items into the list. The main purpose of the adapter is to fetch data from an array or database and insert each item that placed into the list for the desired result.
What is list view how Spinner view is different from list view explain the significance of Adapter in list view show the implementation of spinner view?
ListView is a default scrollable which does not use other scroll view. ListView uses Adapter classes which add the content from data source (such as string array, array, database etc) to ListView. Adapter bridges data between an AdapterViews and other Views (ListView, ScrollView etc).
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours