Making this tutorial: http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html I have ListActivity-derived class and onCreateContextMenu, onContextItemSelected overrides. I think that it is like in Windows listbox: right-click listbox item, select popup menu item. However, I don’t know how to execute this function in Android simulator: right-click on ListActivity item doesn’t work, and I cannot see ContextMenu.
So, what should I do in Android emulator to see the context menu?
Long click on list using mouse until options appears .