I have a list view connected to a database, showing a all the entries. I want a menu to show up if the user long clicks a item in the listview(database entry), showing optio
You can call Activity.openOptionsMenu() in your click item method
Activity.openOptionsMenu()
check here http://developer.android.com/reference/android/app/Activity.html#openOptionsMenu%28%29