To Do List Activity Problem
Hi,
I've followed everything in the book, and tried about 4 times already to get the ToDoList example to work but I'm still getting an error with the following code.
In order to make sure I didn't miss anything, I actually created the project and copied the code from the source code files, but I still get red line error under the following parts of the code that I highlighted here in red. Can anybody help please.
setContentView(R.layout.main);
and
ListView myListView = (ListView)findViewById(R.id.myListView);
final EditText myEditText = (EditText)findViewById(R.id.myEditText);
|