7
¿Qué es "android.R.layout.simple_list_item_1"?
Empecé a aprender el desarrollo de Android y estoy siguiendo un ejemplo de lista de todolistas de un libro: // 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 …