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.

How to change the color of the Progress Bar in Android?- (I tried one way,and it isn't working)

I added a progress bar to my activity using the following code: <LinearLayout android:id="@+id/linlaHeaderProgress" android:layout_…

android xml progress-bar android-linearlayout android-drawable
C# Winform ProgressBar and BackgroundWorker

I have the following problem: I have a Form named MainForm. I have a long operation to be taken place …

c# winforms progress-bar backgroundworker
How to set theme to ProgressDialog?

I would like to set theme of progressDialog. To create it, I use this code: progressDialog = ProgressDialog.show(this, "Please …

java android themes progress-bar progressdialog
Drawing top border on a shape on Android

I'm creating a custom progress bar (positioned under a WebView) and what I would like to draw is a 1dp-wide …

android progress-bar line border shape
Change style of ProgressDialog

Is it possible to change ProgressBar style of progress dialog. If yes, then how can I do it?

android coding-style progress-bar progressdialog
Show Download progress inside activity using DownloadManager

I'm trying to reproduce the same progress that DownloadManager shows in Notification bar inside my app, but my progress never …

android progress-bar
YouTube-like progress bar

I am trying to make a YouTube-like progress bar. The bar should load at the page startup. I have tried …

jquery youtube progress-bar
Console based progress in Java

Is there are easy way to implement a rolling percentage for a process in Java, to be displayed in the …

java console progress-bar refresh
Android: The progress bar in the window's title does not display

I have a web view to override the built-in browser and I want to show a progress indicator on the …

android progress-bar titlebar
tqdm printing to newline

I'm working on a small command-line game in python where I am showing a progress bar using the tqdm module. …

python progress-bar tqdm