Hi i am creating a contextmenu for my view that is whole screen just like when we longpress on any part of calendar monthview or weekview i am registering like this
setContentView(demoview);
registerForContextMenu(demoview);
though contextmenu pops up on longpress other events are getting overrided such as singletap, onfling etc, is there any way to implement contextmenu so that it gets popped up when long pressed on any part of the screen without loosing other events such as onfling , singletap and showpress etc?
Thanks,
http://www.ceveni.com/