I'm trying to learn Android Programming by making a simple listing app, but I've hit a brick wall very early in my learning.
I have a new project in which I've put in a basic onCreateOptionsMenu sub which works fine. Then, because I want a listview in my GUI I change my activity to extend ListActivity, but this stops the onCreateOptionsMenu from triggering. I've googled for hours but turned up nothing.
Am i missing something basic?
TIA
I have a new project in which I've put in a basic onCreateOptionsMenu sub which works fine. Then, because I want a listview in my GUI I change my activity to extend ListActivity, but this stops the onCreateOptionsMenu from triggering. I've googled for hours but turned up nothing.
Am i missing something basic?
TIA