I'm stuck already. First part of the exercise of Chapter 4 (pg110).
My ToDoListActivity.java file doesn't want to compile. I have errors saying
"myListView cannot be resolved or is not a field".
I thought all was needed was to give it an ID in the .xml file
Code:
android:id="@+id/myListView"
Any suggestions?
Thanks,
Frank