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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:39:29+00:00 2026-06-04T16:39:29+00:00

I need to break my loop from a handler in that loop, but there

  • 0

I need to break my loop from a handler in that loop, but there is a problem :

break cannot be used outside of a loop or a switch

This is my Code :

        Handler mHandler = new Handler();
        for (int i = 0; i < 10; i++) {
            mHandler.post(new Runnable() {

                @Override
                public void run() {
                    if (Break)
                        break;
                }
            });
        }

I can’t use label break also, like this link : Difference between Return and Break statements

  • 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-04T16:39:30+00:00Added an answer on June 4, 2026 at 4:39 pm

    You are adding 10 Runnables to be run by the thread the Handler is associated with, then trying to stop the addition after the fact inside the Runnable.

    If you want to stop the remaining runnables running at some point then, if as in your code the Runnable is the same then you can add the same runnable 10 times and remove the remaining using removeCallback.

    If the Runnables are different, you can either check your flag at the beginning of each run() method and return early, so the runnables are run but don’t do much, or you can cause each Runnable to add the next one to run if the flag is not set.

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

Sidebar

Related Questions

I need to break apart a string that always looks like this: something --
Suppose you are calling a function, where there's clearly a need to break down
I need to pick a random element from a list, that fulfills certain condition.
I need to break from time.sleep() using ctrl c. While 1: time.sleep(60) In the
I have a while loop running that is returning values from a MYSQL table.
Save me from raptor death - is there any better way to handle this
I want to know if there was a way to break away from gcd,
Suppose I need to break out of three or four nested for loops at
What I need to do is to break atom to tokens. E. g.: tokenize_string('Hello,
I need to pull out the content out of two paragraph tags and break

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.