7
Che cos'è "android.R.layout.simple_list_item_1"?
Ho iniziato a studiare lo sviluppo di Android e sto seguendo un esempio di todolist da 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 = …