I tried to draw a circle on a bitmap, using canvas object but the circumference was all jagged and not smooth as I was hoping for. I suppose this is a limitation of Android canvas object.
Is it possible to draw a smooth circle in any other way or maybe use some filter to smoothen the jagged output from the canvas object?