Top "Android-progressbar" questions

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

How to implement a material design circular progress bar in android

I want to make a material design circular progress bar like the one in Inbox by Gmail android app. How …

android material-design android-progressbar
How to set the Android progressbar's height?

My activity_main.xml is below, as you see, the height is set 40 dip. And in MyEclipse, it looks like …

android progress-bar android-progressbar
How to create a ProgressBar programmatically?

My application needs to create a small ProgressBar programmatically. ProgressBar doesn't have a method to set the style (I want …

android android-progressbar
How to show a Horizontal Android Indeterminate Progress Bar

How to show an indeterminate horizontal progress bar in android? The animation of the progress bar should start from 0 to 100 …

android android-progressbar
Android ProgessBar while loading WebView

In my application, I have a WebView which loads any URL from the internet. Now, sometimes due to slow networks …

android android-asynctask android-webview android-progressbar
How to change android indeterminate ProgressBar color?

I would like to know how I can change indeterminate ProgressBar color from basis white/grey color to black ? When …

android android-progressbar
How to change default ProgressDialog circle color in android

I am using ProgressDialog for showing progressbar ProgressDialog progressDialog = new ProgressDialog(context); progressDialog.setCancelable(false); progressDialog.setMessage(message); progressDialog.setProgressStyle(…

android android-progressbar
how to show progress bar status by percentage

I am using progress dialog for android 2.3.3. Progress dialog's status is showing with the format as "60% 60/100" but I want to …

android android-progressbar
Endless RecyclerView with ProgressBar for pagination

I am using a RecyclerView and fetching objects from an API in batches of ten. For pagination, I use EndlessRecyclerOnScrollListener. …

android android-listview android-recyclerview android-5.0-lollipop android-progressbar
Android Circular Determinate ProgressBar

I want to create a Circluar Determinate ProgressBar, the kind which shows the Progress in the center of the Bar. …

android material-design android-progressbar material-components-android progress-indicator