Top "Progress-bar" questions

A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer.

implement a spinning activity indicator similar to iOS in Android

I am trying to implement the spinning activity similar to the the one I have placed below in Android. I …

android animation progress-bar rotation android-progressbar
Show Circular Progress Dialog in Login Screen in Flutter, how to implement progress dialog in flutter?

I have a login form with two textfields 'UserName', 'Password' & a button 'Login'. On tap of login button I …

android flutter dart progress-bar progressdialog
python progress bar using tqdm not staying on a single line

I am trying to run a script that tries to install modules on a centos7 system via puppet management. I …

python progress-bar tqdm
How to make an progress bar for an NSURLConnection when downloading a file?

I want to show up an progress bar while a download with NSURLConnection is happening. As I am getting data …

iphone progress-bar nsurlconnection
Flutter Progress Indicator Size

I was wondering if there was a way to change the width/length/height of both the linear and circular …

widget progress-bar flutter
PHP Ajax Upload Progress Bar

<form enctype="multipart/form-data" action="upload.php" method="POST"> <input name="uploaded" type="file" /> <input …

php javascript ajax upload progress-bar
Python urllib2 Progress Hook

I am trying to create a download progress bar in python using the urllib2 http client. I've looked through the …

python http progress-bar urllib2 httpclient
Right to Left ProgressBar?

Does anyone know how to make a View reversed, I have a horizontal ProgressBar and I want it to right …

android view progress-bar
Show loading progress when making JSF Ajax request

How can I show some loading message when making request using <f:ajax>?

ajax jsf jsf-2 progress-bar loading
Android: Progress Dialog spinner not spinning

This seems to be an Android-wide problem, which you can see in API demos under Views -> Progress Bar …

android dialog progress-bar progress