Top "Progressdialog" questions

An Android dialog that displays a progress wheel or progress bar.

How to deal with orientation change with a ProgressDialog showing?

I am showing a ProgressDialog in the onPreExecute method of an AsyncTask object and canceling the ProgressDialog in the onPostExecute …

android orientation progressdialog
Progress dialog UI Freezes/Slow

I have a progress dialog that I use for a part in my program where I do a time intensive …

android progressdialog
I want to use a progress bar with RxJava like you can with AsyncTask

I want to replace my AsyncTask with RxJava in android. My current AsyncTask goes like this: public class ProgressBarAsyncTask extends …

android android-asynctask rx-java progressdialog
show ProgressBar or Dialog from an IntentService for download progress

I have an activity with a "download" button which fires up DownloadManager implemented in an IntentService. Everything is working just …

android progress-bar progressdialog download-manager
Custom progressdialog in android created dynamically

I've created progressdialog in asynctask dynamically. I use custom style for my app. when I did that my progressdialog style …

android progressdialog android-progressbar
android: showing a progress dialog

I have looked at the Android API and other posts here on stackoverflow, but have not been able to figure …

android dialog progressdialog
Fragment loading spinner/dialog in Honeycomb

When loading data into my Fragments I would would like to have an indeterminate spinner in the middle of the …

android spinner progressdialog android-fragments android-3.0-honeycomb
ProgressDialog - how to remove the numbers

I was following the progress dialog example in the ApiDemos. all went great except for one thing - I want …

android progressdialog
How to delay code execution (draw the path) for few seconds?

This is the problem about loading. My application should wait for 3 seconds and then draw path. Now, the loading message …

android handler progressdialog delayed-execution