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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T18:41:33+00:00 2026-05-31T18:41:33+00:00

I am struggling with an Android app to handle things new to me. I

  • 0

I am struggling with an Android app to handle things new to me. I created a thread, persistent message subscriber, in my app waiting for the messages from server in the background. When I exit my app, the thread is still working. Actually, the thread try to connect again and again when it fails to connect to server. So I want to check my app is down or stil alive, otherwise I want to make my app send some message to the thread to stop before it goes down.

What ways would be there to do that in Android?

  • 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-31T18:41:34+00:00Added an answer on May 31, 2026 at 6:41 pm

    You cannot destroy. Android will only stop the thread when required. You cannot stop or destroy it.

    Instead try like this: Set some flag in thread, to check when it should run and when it should stop. Like this:

     void run()
    {
     while(bool){
       //My code 
     }
     }
    

    Now in onstop of your activity
    Change the bool value to false:

    @Override
     protected void onStop() {
      // TODO Auto-generated method stub
      super.onStop();
    bool=false
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm really struggling on an Android app in Phonegap and JQuery. All I want
I'm really struggling on an Android app in Phonegap and JQuery. All I want
I'm really struggling on an Android app in Phonegap and JQuery. All I want
I’m struggling with compiling and running an example from the Android developer web site:
I am writing an Android app which logs into my company's server (SSL) and
I started programmig Android App. But I'm struggling with this, despite I found something
I'm struggling implementing a custom validator in my Android app. I want to show
I'm struggling to finish my Android app, but I'm having some problems with the
Good day to you. I'm currently struggling at porting cURL onto my Android app
I have written an Android App. Today I re-checkout everything from my repo, because

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.