I'm trying to register onClickListener and onCreateContextMenuListener on a GraphicalView object. However it seems that the listeners are not receiving the clicks and long clicks.
How can I create Context Menu on GraphicalView objects?
I'm trying to register onClickListener and onCreateContextMenuListener on a GraphicalView object. However it seems that the listeners are not receiving the clicks and long clicks.
How can I create Context Menu on GraphicalView objects?
aChartEngine, GraphicalView OnClickListener not working
I found the answer here. You have to setCLickEnabled on the renderer.