Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8253117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:45:57+00:00 2026-06-08T00:45:57+00:00

Edit: Problem solved. Make it global. I’m doing a facepalm right now guys. Thanks!

  • 0

Edit: Problem solved. Make it global. I’m doing a facepalm right now guys. Thanks!

Below are some snippets from a class that extends AsyncTask. I want to start a progressDialog in the preExecute() method and do a progressDialog.dismiss(); in the postExecute() method. All the examples I find say to do it like below. The problem I’m having is that dialog is out of scope in onPostExecute. This is expected except but all the examples seem to do it this way. I also noticed that up at the import there’s a little warning sign saying that the import is unused. Should this ProgressDialog work? Do I need to pass it around?

import android.app.ProgressDialog;
...

protected void onPostExecute(Bitmap image){//error when doing this in resetDisplay.... onPostExecute is invoked by the ui thread so this may be why it works here and not in resetDisplay
                    ImageView imageView=(ImageView) parent.findViewById(R.id.imageDisplay);
                    imageView.setImageBitmap(image);

                    dialog.dismiss();

                }
protected void onPreExecute(){
                    ProgressDialog dialog=ProgressDialog.show(parent, "Loading", "Loading the image of the day");
                }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T00:45:58+00:00Added an answer on June 8, 2026 at 12:45 am
    class YourClass extends AsyncTask<...>
    {
        ProgressDialog dialog;
        Protected void onPreExecute(){
            // create dialog here
           dialog= new ProgressDialog (...);
        }
        protected void onPostExecute(Bitmap image){
            //
            dialog.dismiss();
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

[EDIT: Problem solved. Please see my answer below.] In my app I call the
EDIT: This problem has been solved. See below. Hey all. I'm building an iPhone
edit: Solved - mod_rewrite was the problem I can't get CI to work as
Ok, I'll put the code first hopefully to make it clearer. ***Edit: Problem is
Edit: I've solved the problem myself. If anyone has a better or more elegant
Ok! I figured it out! Thanks alot you guys (thanks algiecas)! The problem was
EDIT: Solved, (at least for the explorer) the problem was it keeps the old
edit: I was trying to solve a spoj problem. Here is the link to
Edit: This problem was down to me passing the wrong view to the Touch
[Edit: This problem applies only to 32-bit systems. If your computer, your OS and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.