|
Creado por Jason Manns
hace más de 8 años
|
|
|
Copiado por Jason Manns
hace más de 8 años
|
|
Pregunta | Respuesta |
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:
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.