|
Criado por Jason Manns
mais de 8 anos atrás
|
|
|
Copiado por Jason Manns
mais de 8 anos atrás
|
|
Questão | Responda |
You have a ListView named firendsListView & an ArrayList of friends named friends. Write the code to display friends in the friendsListView. | ArrayAdapter<String> arrayAdapter = new ArrayAdapter(this, android.R.layout.simple_list_item_1, friends); listView.setAdapter(arrayAdapter); |
There are no comments, be the first and leave one below:
Quer criar seus próprios Flashcards gratuitos com GoConqr? Saiba mais.