Android App Development With AndroidCource: Listview with adapter
Showing posts with label Listview with adapter. Show all posts
Showing posts with label Listview with adapter. Show all posts

Thursday, 14 September 2017

Android ListView

List View


ListView is a view group that displays a list of scrollable items


What is Array Adapter ?

This adapter when your data source is an array.

ArrayAdapter creates a view for each array item by calling toString() on each item.

An adapter is used for managing the items in the list .

Ads