To draw circles and pie charts in Android, we can use the AChartEngine Android framework as shown here.
However, how can we draw circles that is partly filled horizontally (or vertically) in Android? I mean circles which are filled, for example, from the bottom to the top according to the percentage specified in Java code.
Here is a preview of what we need: