SyntaxFix
Write A Post
Hire A Developer
Questions
@Override public void onDraw(Canvas canvas){ canvas.drawCircle(xPos, yPos,radius, paint); }
Above is the code to render a circle. Tweak the parameters to your suiting.