|
|
Creado por Jason Manns
hace alrededor de 9 años
|
|
|
|
Copiado por Jason Manns
hace alrededor de 9 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); |
¿Quieres crear tus propias Fichas gratiscon GoConqr? Más información.