Hey I am trying to add points to the heatmap each time the user touches the screen, but it doesn't work from the @OverRide public boolean onTouchEvent(MotionEvent event) method. Could anyone help?
I've also tried invalidating and refreshing the heatmap without any success.
https://pastebin.com/4mHGyf1y
Here is my code.