Android Question Concentric circles

Haris Hafeez

Active Member
Licensed User
Longtime User
Hello all,

Just wondering what is the best way to show concentric circles?
I'm working with someone who has a requirement to show a visual representation of his concepts as three or four concentric circles (each colour /gradient colour filled).
Doesn't look like there's a charting solution to this and definitely not one which can allow use interaction (when a user taps a circle, another view /activity should be shown).
That's why I started thinking about using panels for this.

Any ideas and help much appreciated

HH.
 

Haris Hafeez

Active Member
Licensed User
Longtime User
Don't have a working prototype at the moment but a (badly drawn) sketch is attached below.
 

Attachments

  • IMAG0380-small.jpg
    IMAG0380-small.jpg
    200.1 KB · Views: 220
Upvote 0

Haris Hafeez

Active Member
Licensed User
Longtime User
Haven't yet had a chance to use Canvas much. The requirement is to be able to show these circles that can be different depending on data. So what I am thinking about, for simplicity's sake, is to have a reusable component that can take as input the text to show on the circles and the percentage space they will consume and then we can show this as a nicely drawn set of concentric circles.
For usability and simplicity, I'd like to keep the text appear as straight as possible.
 
Upvote 0
Top