Top "Android-progressbar" questions

Android's ProgressBar widget displays visual work-in-progress indication to the user.

How to display progress dialog before starting an activity in Android?

How do you display a progress dialog before starting an activity (i.e., while the activity is loading some data) …

android android-activity progressdialog android-progressbar android-dialog
When is indeterminate progressbar coming to Android Support Library

My applications UI is built using the Android Support Library, but there is currently no AppCompat version of the (intederminate) …

android material-design android-support-library android-appcompat android-progressbar
Styling indeterminate progressbar on ActionBar

I would like to put a progressBar on the action bar but setting requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility(true); …

android android-actionbar android-progressbar
Create and show ProgressBar programmatically

I have created a ProgressBar programmatically as below in my activity. How do I make it show? progressBar = new ProgressBar(…

android android-layout android-activity android-progressbar
Create a progressDialog only with the spinner (in the middle)

I need to create a progressDialog only with the spinner and without the box (or at least with a smaller …

android android-spinner android-progressbar
Android- How to implement Horizontal Step Progress Bar

I want to implement horizontal progress bar with steps like shown in following img. I could not find such native …

android android-xml android-custom-view android-progressbar
Progress bar rounded on both sides in android

I am trying to create a custom progress bar in android. I have used the following xml file for it (…

android user-interface progress-bar android-progressbar material-components-android
how to use progressbar when loading image in picasso?

I want onStart() method to load image from server using picasso and I want to show a progress bar until …

android-progressbar picasso
Practical usage of ContentLoadingProgressBar

I was going through developer site of android and I found a class named ContentLoadingProgressBar. By seeing this class I …

android android-progressbar
Progress Dialog is closed when touch on screen

I use a ProgressDialog in the thread. In the onButtonClick the thread is started, but when I touch anywhere on …

android progressdialog android-progressbar