Apps I need multiple context menus in a single activity

Lala~

Lurker
How do i go along getting multiple context menus in my activity.
For now, i have a few buttons, and i need different context menu for different buttons. Anyone with working example to share? Thanks in advance! :D
 

D2R2

Newbie
You can call registerForContextMenu with the different buttons.
onCreateContextMenu will be called with the button as View parameter.
 
Top