• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps onCreateOptionsMenu with ListviewActivity

XsCode

Lurker
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
 
Back
Top Bottom