6

How can I draw something like the circular chart in image below in android :

enter image description here

AVEbrahimi
  • 17,993
  • 23
  • 107
  • 210

2 Answers2

2

How about this libabry.. ? it has pie charts

https://github.com/PhilJay/MPAndroidChart

Documentation is here

Alupotha
  • 9,710
  • 4
  • 47
  • 48
0

try this library

You can draw one by one layers

https://github.com/RamiJ3mli/PercentageChartView

reznic
  • 672
  • 6
  • 9