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 8238819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:56:29+00:00 2026-06-07T19:56:29+00:00

In an effort to learn Android I am writing a small app. The first

  • 0

In an effort to learn Android I am writing a small app. The first thing I am trying to do is login via a remote API.

I would like to show a “loading” dialog when the call is being made (in case he user in using mobile internet). Researching this has shown two possible methods.

One is to use a ProgressDialog and a private class that extends Thread, the other is using a private class that extends AsyncTask.

Which is best/more appropriate for this task?

I have tried using the ProgressDialog version but am struggling. I have put the function making the http request in the extended Thread run() method, but am unsure on how to pass the response data (JSON) back into my activity.

Any and all help gratefully received.

  • 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-07T19:56:31+00:00Added an answer on June 7, 2026 at 7:56 pm

    The best way possible is to use an AsyncTask with a ProgressDialog. You should extend AsyncTask and implement all the methods you need:

    • onPreExecute() – here you initialize your ProgressDialog and show() it
    • doInBackground() – here you do your work
    • onPostExecute() – here you call dismiss() on ProgressDialog to hide it
    • (optional) onProgressUpdate() – here you can change the progress of your ProgressDialog if it’s determinate

    There is a get() method in AsyncTask class that lets you retrieve the result of the work. Also you can implement an interface between the AsyncTask and calling Activity to return the result. Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With all effort,I finally reached to the end of my first app in android.
In an effort to learn about synchronization via Java, I'm just messing around with
In an effort to learn more about networking I'd like to do an exercise:
I am trying to learn ASP.NET MVC by porting my current app written in
In my ongoing effort to learn more about python, I am trying to add
I'm new to F# and in an effort to learn, thought it would be
I am currently trying to learn the fundamentals of jquery and would love some
I would like to learn how to write device drivers because I think it
I've never used TDD and unit testing properly, but would like to learn some
In the effort to learn more about applets and Java, I am experimenting making

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.