Actually I m beginner of Android. Kindly help me to describe what does this line do? private ArrayAdapter listAdapter; what is purpose of ArrayAdapter ListAdapter?
Asked
Active
Viewed 148 times
-3
-
http://stackoverflow.com/questions/4300661/please-explain-array-adapters-and-their-purpose-even-better – ak sacha Apr 30 '16 at 12:21
1 Answers
0
ListView populates data using an Adapter. The simplest adapter to use is called an ArrayAdapter because the adapter converts an ArrayList of objects into View items loaded into the ListView.

Ameer Faisal
- 355
- 1
- 9