This is my first question here at stackoverflow.com so excuse myself if i\'m doing stuff wrong.
I want to create a circle which basically is like a progress bar. No
You can implement a pie chart quite easily with this library (achartengine - https://code.google.com/p/achartengine/) instead of rolling your own solution.