Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

51
votes
12answers
47k views

Android: ProgressDialog.show() crashes with getApplicationContext

I can't seem to grasp why this is happening. This code: mProgressDialog = ProgressDialog.show(this, "", getString(R.string.loading), true); works just fine. However, this code: mProgressDialog = ...
30
votes
2answers
28k views

Can't create handler inside thread that has not called Looper.prepare() inside AsyncTask for ProgressDialog

I don't understand why I'm getting this error. I'm using AsyncTask to run some processes in the background. I have: protected void onPreExecute() { connectionProgressDialog = new ...
24
votes
9answers
16k views

Custom Drawable for ProgressBar/ProgressDialog

Reading the limited documentation that Google has provided, I get the feeling that it is possible to change the look (drawable) of a ProgressBar/ProgressDialog by simply creating a new style an ...
11
votes
2answers
17k views

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, no buttons or anything) but I can't get it right. I've been through forums and ...
10
votes
1answer
1k views

Android: AsyncTask ProgressDialog will not open in ActivityGroup

I am trying to have a a progress dialog open when polling my server. The class is an ActivityGroup because it is nested within a tab bar. To keep the view within the frame, the ActivityGroup is ...
9
votes
2answers
869 views

Non-blocking modal Swing progress dialog

A daft question, but I really cannot get this to work: I have some long-running process in a Swing application which may take several minutes. I want to display a progress dialog to the user while ...
9
votes
4answers
2k views

Prevent ProgressDialog from being dismissed when I click the search button (Android)

In a long-running operation, I'm showing a popup dialog (created from ProgressDialog to prevent other operations from happening). I have made it non-cancellable with setCancellable(false), so I can't ...
7
votes
4answers
731 views

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 size, the best design choice seemed to be using Fragments via the ACL. This app ...
6
votes
0answers
406 views

java.lang.IllegalStateException: ActionBarImpl can only be used with a compatible window decor layout [closed]

Within the last days I do see increasing error messages that sound identical. I don't use tablets ActionBar - I'm developing for phones only. What's the reason for these crashes? Here's a complete ...
6
votes
2answers
7k views

progressDialog in AsyncTask

I'm trying to display a custom progressdialog while loading rss feed from http server, I made a hard search, but nothing helped me to do this, the only thing i know is that the solution should use ...
6
votes
2answers
514 views

Java swing progress bar from EDT problem

This is for the swing experts out there. I have spent considerable time on this problem, so it is going to take me a few lines to explain the problem. I have a standalone java swing application (java ...
5
votes
2answers
638 views

android: how to pass Progress Bar value from thread to the Activity?

I am having a design issue sending progress bar value from class called from a Thread in Activity class to update the GUI, as the following [the code snippet don't compile it's for explaining only]: ...
5
votes
3answers
5k views

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 fair bit of data from the internet and as such there is a noticeable delay ...
5
votes
3answers
11k views

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 of all the closest "items" to them taken from the database. I have got the ...
5
votes
1answer
6k views

Android: Crash on rotation, horizontal to vertical

I'm playing around with android, and I'm creating a simple twitter app to test what I've learned so far. But I've run into a problem that I don't understand. I created a thread to fetch the tweets, ...
4
votes
3answers
323 views

Show numbers in ProgressBar

I have a ProgressBar. It works ok but I need to show the max value and the current value. They are not there. Do I need to change to a ProgressDialog? Clarification: I am showing a ProgressBar. The ...
4
votes
3answers
1k views

Show ProgressDialog while loading layout with setContentView

this is my scenario: I've got a login screen that opens another activity. In the Activity I simply have: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
4
votes
4answers
695 views

Progress Dialog dismissing problem

I have a situation where I am loading a bunch of images. During this process, I am trying to show a progress Dialog until the images get loaded fully. I have overrided the onBackPressed() method, such ...
4
votes
1answer
399 views

ProgressDialog Background Activity Fade Out Animation

I am building a custom ProgressDialog and would like for the background Activity to fade faster and darker than default. The only problem is I do not know where to look for the animation that handles ...
4
votes
2answers
1k views

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 fragment (example in pic below) to show the user that content is loading within that ...
4
votes
2answers
4k views

How to display progress dialog before starting an activity in Android?

How do you display a progress dialog before starting an activity (i.e., while the activity is loading some data) in Android?
4
votes
3answers
6k views

How to add a Progress Bar in Webview

I am trying to add a progress bar or loading bar to my application which uses webview. I have to application set up to run all the links within the app but i am confused on how to implement a progress ...
4
votes
2answers
2k views

ProgressDialog does not want to update the message

I just tried to implement a progressdialog and I have some issues to change the text during my long and complex calculations. for (String aString:myStringArray){ Log.v(TAG, aString); ...
4
votes
2answers
2k views

Progress unit in ProgressDialog

Android's ProgressDialog allows you to set the current progress and maximum value as integers. These values are shown in the dialog like this: 3401/10023 Where the first number is the current ...
4
votes
3answers
1k views

Android Webview loading dialog not being dismissed

I am using the following code class CustomWebViewClient extends WebViewClient { Context context; ProgressDialog pd = null; public CustomWebViewClient (Context c){ context = c; ...
4
votes
2answers
1k views

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 this out. My app downloads files to the sd card. I would like to pop a "loading..." dialog ...
4
votes
2answers
3k views

Android Positioning Progress Dialog or Custom Progress Dialog

Hi I don't know how to position the progress dialog(the one with the rotating image). When my application starts its display an full screen image and a progress dialog box. I need to moved the ...
3
votes
8answers
105 views

AsyncTask or Handler- Which one is better for time consuming network interaction and processing?

I am new to android development. Currently i am working on an application which will take a query from user, send the query to the server and will receive an XML response in return. Then it will ...
3
votes
1answer
334 views

Custom Progress Dialog Android

I have followed following links to customize the progress dialog : How to center progress indicator in ProgressDialog easily (when no title/text passed along) custom Progress Dialog in android? I ...
3
votes
3answers
106 views

Showing ProgressDialog during UI Thread operation in Android

As I've asken on another question HERE it seems that the PackageManager.getInstalledPackages() doesn't play nice with Threading. As CommonsWare stated HERE: Perhaps the PackageManager needs to ...
3
votes
1answer
237 views

Android - How to make a progress dialog embedded on the UI?

I know that I have found the answer to this question on StackOverflow one day but I couldn't find the link anymore. Basically, I want to create a ProgressDialog that doesn't block the UI, like the ...
3
votes
5answers
1k views

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 fine until my client managed to produce this bug : "07-06 ...
3
votes
1answer
238 views

Fetching gps coordinates: continuously vs. single request

I have implemented a LocationListener activity to get the lat/lon coordinates. I launch a MapActivity and want to get the current location and show it on the map. Now I'm confused. What is the best ...
3
votes
1answer
165 views

android how to work with progressdialog

I have an application in that i have an activity where it fetches data from server. and showed in an activity. I did that.' but i want that progressdialog should be there if any problem with internet ...
3
votes
4answers
1k views

ProgressBar Colour

I want to set the Progressbar Colour in My Application as Default progressbar colour is Slight White and My Application also has the White background so it cant be visible properly. So Please give me ...
3
votes
2answers
2k views

Android AsynTask with progress dialog cancel

In my android app I use AsynTask with Progress Dialog (Please wait login in ...) for logining user with my web page (web service function inside AsynTask) I want to dismiss Progress Dialog and ...
3
votes
4answers
523 views

Android ProgressDialog with threading problem

I am running into a problem using the ProgressDialog while a process is running. I have tried every incorrect way possible and have looked at numerous websites which offered examples of what I am ...
3
votes
4answers
1k views

How to implement a ProgressDialog while Activity requests a SoapObject from a Web Service?

I know that ProgressDialog with Threads questions have been asked many times but none of the solutions seem to work for my project. Basically what I want to do is this: 1) when a user clicks a button ...
3
votes
3answers
2k views

How can I show a Progress dialog between two activities?

enter code hereHi, everybody... I have a problem. I need go from one activity to another. My second activity have a big xml layout, with a lot of elements (I'm speaking about four hundred aprox.), ...
3
votes
3answers
1k views

Android ProgressDialog wont spin

This is my fist stackoverflow post so please be gentle with me! I'm sure that what i'm trying to do is possible and it is something I have done (or not done?) that is causing the problem... I'm just ...
3
votes
3answers
2k views

ProgressDialog created from onCreateDialog stops animating on second run

I create a ProgressDialog in onCreateDialog() like so: protected Dialog onCreateDialog(int id) { if (id == DIALOG_PROGRESS_ID) { ProgressDialog dialog = new ProgressDialog(this); ...
3
votes
1answer
408 views

ProgressDialog disappears when “Search” key on the phone is pressed

In the onCreate of an activity we are connecting to a remote system and downloading data. We display a cancellable ProgressDialog to the user all this time. Download is done using AsyncTask. In ...
3
votes
2answers
638 views

Loading indicator with Google Chrome

I have problem with Google Chrome or rather Androids (2.1) webbrowser. My webapp calls restservices with each page shift. This takes some time and I need a feedback for the user like a little ...
3
votes
4answers
3k views

I want a progressbar but get a spinner progressdialog

I am using a public AsynTask to download data, and I am trying to show a progress bar which would show the download progress. I think I have the code right, but all I get is a spinner progressdialog. ...
3
votes
2answers
747 views

ProgressDialog nesting inside of another blank dialog

Hi folks, So I'm putting the finishing touches on an application and there's still one outstanding issue with the application as a whole. I display loading indicators in the form of ...
3
votes
2answers
916 views

ProgressDialog in AsyncTask throws an exception

I'm trying to make a simple ProgressDialog appear while my AsyncTask is fetching data. In my onPreExecute() method I have this: pd = ProgressDialog.show(c, "Loading...", "Please wait"); c is the ...
3
votes
2answers
449 views

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 to remove the numbers that appear underneath the bar (those running numbers that run from 0 to ...
3
votes
1answer
7k views

custom Progress Dialog in android?

I follow the steps in the customdialog example in the documentation, but I get this exception. Any ideas? 04-03 18:50:28.787: VERBOSE/Bru_Press_Tab(750): Exception in Tabsjava.lang.RuntimeException: ...
3
votes
2answers
3k views

Small ProgressDialog “spinner” for android

I've been able to use the standard "ProgressDialog" for android to show that an indeterminate task is running. But I'd like to use the "smaller" progress dialog "spinner" that's used for ...
3
votes
1answer
5k views

Problem using ProgressDialog with onCreateDialog / onPrepareDialog

I'm using the following code to create a ProgressDialog (inside my Activity): @Override protected Dialog onCreateDialog(int id) { switch (id) { case DIALOG_LOOKUP: return new ...

1 2 3 4 5 8