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

  • Home
  • SEARCH
  • 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 4548194
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:11:27+00:00 2026-05-21T16:11:27+00:00

I have this activity that class a Login class inside an onclick event. My

  • 0

I have this activity that class a Login class inside an onclick event. My Login class basically does a http post and parses the XML response from the server. This happens inside a thread in the constructor of the Login class.

My problem is in this part:

Login login = new TvsLogin(emailEditText.getText().toString(), passwordEditText.getText().toString());
if(login.isErrorOccurd()){

}
else{

}

Basically, while the constructor of login is doing it’s magic, the rest of my code gets executed and login.isErrorOccurd() appears false and my else block gets executed, even when there’s an error.

Any suggestions how I should fix this? Login can take time so it makes sense to do it in a thread, but it’s not working out the way I expected.

EDIT:

Like Pixie says, I’ll have to use an AsyncTask. I would still like to do the reporting inside my Activity though. How do I do this? (Is this a good idea, or should I just do this inside the onPostExecute() method in my Activity?)

  • 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-05-21T16:11:28+00:00Added an answer on May 21, 2026 at 4:11 pm

    There’s nothing strange in this behavior. Login is not checked in secondary thread when login.isErrorOccurd() method is called. You can use Activity.runOnUiThread() method to notify your activity about login check results or you can use AsyncTask class to let it do this stuff for you. But anyway error checking will be in other part of code.

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

Sidebar

Related Questions

Hopefully this is very simple. I have a central activity that can be launched
I've built an activity that uses this implementation (see the accepted answer) to post
I have this code in jQuery, that I want to reimplement with the prototype
I have this RewriteRule that works too well :-) RewriteRule ^([^/]*)/$ /script.html?id=$1 [L] The
I have this line in a useful Bash script that I haven't managed to
I have an Android application with a main activity that is the tabhost. I'm
I have a simple HelloWorld Activity that I try to test with an Android
I handle login for my application in a class that extends application. The application
Right. I have an action that needs to call another activity. As I understand
I have this idea for a free backup application. The largest problem I need

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.