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

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
 
You can call registerForContextMenu with the different buttons.
onCreateContextMenu will be called with the button as View parameter.
 
Back
Top Bottom