I'm working through the 'notepad' tutorial given in the developer's guide: http://developer.android.com/guide/tutorials/notepad/index.html
For some reason, even when i'm using their solution files, the context menu does not come up with i 'click and hold' on a list entry.
The class extends ListActivity, and calls "registerForContextMenu(getListView());"
but I never see the context menu fire.
Any idea what's wrong with it?