I want a circle on the canvas in android app.
It can be done either using a bitmap of circle or actually drawing a circle.
I have done both but the circle in later has rough edges.
Why is this happening. And how can i get the Circle as i expect ?
edit: Since android is running on phones varying in pixel density and screen size, is there a recommended method ? I want the circle to be smooth all the time.