Android Application Development
227 Questions
Question No. 1
It is necessary to use ListView as a set with ListActivity.
You cannot use a ListView when there is no information to be displayed.
When displaying a list of Strings usingan ArrayAdapter class in ListView, you must save the value in an ArrayList.
ListView has a function to display a list of uniquely defined Views other than TextView.