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...