Top "Progress" questions

"Progress" is the name of a development tool and database from Progress Software Corporation.

Android progress dialog

My application fetches some html code from the internet and when done , displays it on the devices screen. Since it …

android dialog progress
Mediaplayer progress update to seekbar not smooth?

I am working on an app with recorder and player. I am using mediaplayer to play the recorded .wav file …

android media-player progress seekbar smooth
Android ExoPlayer onProgressChanged

How can I monitor progress changes on ExoPlayer? I tried to implement a hidden MediaController and overriding setOnSeekBarChangeListener methods, but …

android listener progress exoplayer
Hide progress of Invoke-WebRequest

How can I hide the progress display of Invoke-WebRequest? I do a lot of successive requests and have my own …

powershell progress powershell-3.0
Is there any way to show progress on a `gunzip < database.sql.gz | mysql ...` process?

Once a week I need to run a giant database update into my local development environment like so: $ gunzip < /…

mysql sql progress sql-insert gunzip
Thinner Bootstrap progress bars?

How can I make the progress bars thinner with Bootstrap 3.0? I'm thinking how the YouTube like/dislike meter looks (the …

twitter-bootstrap progress
Task.Run and UI Progress Updates

This code snippet is from Stephen Cleary's blog and gives an example of how to report progress when using Task.…

c# asynchronous progress
Adding a Progress Dialog in a webview

I have been trying to incorporate a progress dialog into my app when pages are loading in the webview so …

android webview dialog webpage progress
Changing Progress Dialog Message While Running

I've got a fairly simple issue I'm not sure how to resolve. I want to change the message text of …

android dialog message progress
How to measure download speed and progress using requests?

I am using requests to download files, but for large files I need to check the size of the file …

python python-2.7 progress python-requests download-speed