Erstellt von Jason Manns
vor etwa 8 Jahre
|
||
Kopiert von Jason Manns
vor etwa 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); |
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.