|
Erstellt von Jason Manns
vor mehr als 8 Jahre
|
|
|
Kopiert von Jason Manns
vor mehr als 8 Jahre
|
|
Frage | Antworten |
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:
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.