Search code examples
androidplotchartsnativeradial

Android - Radial Chart implementation


Is there a native way or library to create a chart as this in Android?

I would like to render this natively rather than loading up a webview with some web library

Radial chart


Solution

  • For other people wondering, I did it with progressBars using a custom shape background, you can select the background, the "gray" area, and the progress, and even animate them.