Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Make Circle Custom Progress Bar in Android

Tags:

android

i want to custom progress bar in circle shape like same as download blazer app in google play shop.i am expected like below screen shot:

enter image description here

any one help me how to do that?

like image 910
Stack Overflow User Avatar asked Feb 04 '13 13:02

Stack Overflow User


People also ask

How do I make a custom circular progress bar?

This example demonstrates how do I make circle custom progress bar in android. Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project. Step 2 − Add the following code to res/layout/activity_main. xml.

What are types of progress bar in android?

Progress bar supports two modes to represent progress: determinate, and indeterminate. For a visual overview of the difference between determinate and indeterminate progress modes, see Progress & activity.

How do I make my progress bar horizontal android?

In Android, by default a progress bar will be displayed as a spinning wheel but If we want it to be displayed as a horizontal bar then we need to use style attribute as horizontal. It mainly use the “android. widget. ProgressBar” class.


1 Answers

The best two libraries I found on the net are on github:

  • https://github.com/Todd-Davies/ProgressWheel
  • https://github.com/f2prateek/progressbutton?source=c

Hope that will help you

like image 130
promachos4 Avatar answered Sep 23 '22 22:09

promachos4