How to make/use custom circle?

Jaramomegar

New Member
I need a circle object as follows :
xOV15.png
The name and count extracts info from a DB and displays it for each circle. The circle needs to be clickable so I'm thinking of extending the Button class. What do I do in the onDraw and onMeasure methods to create this? Also once created, how do I use this class? How can I call this component to be displayed in my screen with other component views? EDIT: I have read many posts and some tutorials and none have been too helpful for "customized views"
 
Back
Top