Reputation: 65
I'm new to Android Development and I'm trying to build a circular progressbar. And in its center a text that will change whenever the progress will be reached. Can you provide some code example? See this example:
Upvotes: 2
Views: 7618
Reputation: 109
try this, https://github.com/uzairiqbal91/CircularTimerView ,,this library has set of all functions and attributes required.
Upvotes: 0
Reputation: 1391
Did you try https://github.com/diogobernardino/CircularCounter?
Another possible example: Circular Progress Bar ( for a countdown timer )
Upvotes: 8