I am trying to make an android app and I can’t seem to find anywhere how to make a simple activity where a circle shows up when anywhere on the screen is touched. It doesn’t have to link with the coordinates with the click, just a circle in the middle of the screen. I have the frameview and everything set up, I just need to figure out the circle class. Any help?
Share
Use Touch events to get the touch points of x and y value.
refer this link
use canvas to draw circle.
refer this link