androidcustom-contextmenu

Create Custom Context menu


I want to create a custom context menu . can any one provide me a good example ?

Thanks in advance.


Solution

  • You need to provide custom layout and use AlertBuilder to show popup instead of default context menu. Inflating your custom layout on systems will give you custom context menu.

    HTH