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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:01:30+00:00 2026-06-15T20:01:30+00:00

The title pretty much explains the issue. I have a button that when I

  • 0

The title pretty much explains the issue.

I have a button that when I press toggles on/off this thread. It turns it on and off successfully… once, then it crashes if I try to turn it on again.

private Thread dataThread = new Thread(new Runnable(){
    public void run() {
        while(transmitPackets){
                Log.d("Test","DERP");
        }
    }
});

and where its run…

toggleButton.setOnClickListener( new View.OnClickListener() {
        public void onClick(View v){
            transmitPackets = !transmitPackets;
            if( transmitPackets ) {
                toggleButton.setText("Pause");
                dataThread.start();
            }
            else {
                toggleButton.setText("Transmit");
            }
        }
    });

transmitPackets is the boolean toggled by the button press. Named as such because this app will eventually be sending data over a network. The thread uses it to terminate as well.

The stack trace generated by the app crash isn’t particularly helpful in figuring out how to fix it to me as it just says it crashed on restarting the thread–which was evident by the problem itself.

I’m new to the Android SDK and threading in Java both so I don’t know where I could be going wrong. This seems to be the simplest implementation of a thread possible which is where I’m starting before I try to do anything funky with the thread.

  • 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-15T20:01:31+00:00Added an answer on June 15, 2026 at 8:01 pm

    You would need to move your DataThread code into the setOnClickListener code, as you only create one thread, so when you ‘start’ it again, it can’t, as it is done. You should declare DataThread where you do now, but set it in the listener

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

Sidebar

Related Questions

the title pretty much explains it. Please note that this is a WebKit-specific issue
The title pretty much explains it all, I have a Member object that references
The title pretty much explains it all, I have a Member object that references
The title pretty much explains the question. I have a user control loaded into
The title pretty much sums it up - I have this tag in a
The title pretty much explains it. I'm having an odd situation where views that
Title explains it pretty much. After installing Boost module, i have troubles with uploading
Title pretty much sums this up. How come it's possible that i can assign
The Title pretty much says it all. I have an XML document that I
The title pretty much explains the meat of the question. I'm debating on starting

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.