2. Open the ToDoListActivity and modify the ArrayList and ArrayAdapter variable types to store ToDoItem objects rather than Strings. You then need to modify the onCreate method to update the corresponding variable initialization.
2. mở ToDoListActivity và sửa đổi các loại biến ArrayList và ArrayAdapter để lưu trữ các đối tượng ToDoItem chứ không phải là dây. Sau đó, bạn cần phải sửa đổi phương pháp onCreate để Cập Nhật khởi tạo biến tương ứng.
2. Mở ToDoListActivity và sửa đổi các ArrayList và ArrayAdapter loại biến để lưu trữ các đối tượng ToDoItem hơn Strings. Sau đó bạn cần phải thay đổi phương pháp onCreate để cập nhật việc khởi tạo biến tương ứng.