I have a panel on my activity and this is what I am trying to do
1. If the user clicks on the panel, another activity should open up
2. If the user holds a touch on the panel, another smaller panel will display like an overlay on the bottom part of the screen, providing a tool-tip. When the user releases the touch, this panel should go away
Problem is the Touch event fires for both Click and Touch. How can I detect these two separately?
1. If the user clicks on the panel, another activity should open up
2. If the user holds a touch on the panel, another smaller panel will display like an overlay on the bottom part of the screen, providing a tool-tip. When the user releases the touch, this panel should go away
Problem is the Touch event fires for both Click and Touch. How can I detect these two separately?