J'ai commencé à apprendre le développement Android et je suis un exemple de todolist d'un livre: // 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