7
O que é "android.R.layout.simple_list_item_1"?
Comecei a aprender o desenvolvimento do Android e estou seguindo um exemplo de lista de livros de um livro: // Create the array list of to do items final ArrayList<String> todoItems = new ArrayList<String>(); // Create the array adapter to bind the array to the listView final ArrayAdapter<String> aa; aa …