Top "Progressdialog" questions

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

How to center progress indicator in ProgressDialog easily (when no title/text passed along)

When calling progressDialog = ProgressDialog.show(this, null, null, true); usually the developers wants to only show the progress indication image, …

android progressdialog
Android: ProgressDialog doesn't show

I'm trying to create a ProgressDialog for an Android-App (just a simple one showing the user that stuff is happening, …

android progressdialog android-context
ProgressDialog : how to prevent Leaked Window

I'm using ProgressDialog to prevent the user from interacting while the device is downloading stuff from internet. everything was working …

android memory-leaks progressdialog
Using custom ProgressDialog android

I am using custom ProgressDialog in my application, I am able to make it custom but I also want to …

android progressdialog
Android: "BadTokenException: Unable to add window; is your activity running?" at showing dialog in PreferenceActivity

I'd like to ask for some help: In my app, I have only one activity, a PreferenceActivity (don't need other, …

android progressdialog preferenceactivity
Android Fragments. Retaining an AsyncTask during screen rotation or configuration change

I'm working on a Smartphone / Tablet app, using only one APK, and loading resources as is needed depending on screen …

android android-fragments progressdialog android-asynctask android-support-library
Show a progress bar when an Activity is loading

I have a ListActivity which launches another Activity based on the list selection. This second Activity needs to load a …

android android-asynctask progressdialog
ProgressDialog is deprecated

Since the ProgressDialog is deprecated from the Android version O, I'm still finding a better way out to do my …

android progressdialog android-8.0-oreo
Show ProgressDialog in Fragment class

I am trying to show a ProgressDialog within a Fragment class. The following code just works within an Activity class …

android android-fragments progressdialog
Android find GPS location once, show loading dialog

I am writing an app that requires the user's current location (lastknownlocation won't be very helpful) and displays a list …

android gps progressdialog locationlistener