Search code examples
javaandroidprogress-barcountdownprogress

Android circular countdown


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: enter image description here


Solution

  • Did you try https://github.com/diogobernardino/CircularCounter?

    Another possible example: Circular Progress Bar ( for a countdown timer )