Online Course Support

How do you populate a ListView?

Question 5
How do you populate a ListView?

1 point

I use the addItem(Sring s) method.

I use the addChild(View v) method.

I use an ArrayAdapter which creates a TextView for each string array item and bind them to the ListView.

Similar Posts