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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:05:38+00:00 2026-06-01T00:05:38+00:00

This is my thread: public void run() { Log.d(ConnectionThread,Starting Server Connection); try { while(isThereActivityRunning())

  • 0

This is my thread:

        public void run() {
    Log.d("ConnectionThread","Starting Server Connection");
        try {
            while(isThereActivityRunning()) {
                if(AppLoader.getIsInternetOn() == true)
                {
                    Log.d("ConnectionThread", "Internet is On. Sending Http request");
                    results = sendGetMessage();
                    b.putString("results", results);
                    receiver.send(2, b);
                }
                else
                    Log.d("ConnectionThread","Internet is Off. Sleeping");
                Thread.sleep(timeInterval);
            }

I have the getIsInternetOn() function which is a static function in my AppLoader class (which extends Application).

For some reason whenever I change the value of the static boolean variable inside AppLoader to false, it doesn’t seem to affect on the code above.

The weird thing that inside my activity I’m able to change an view the same variable with the same functions:

       btn.setOnClickListener(new OnClickListener() {
        @Override
        public void onClick(View v) {
           if (AppLoader.getIsInternetOn())
               AppLoader.setIsInternetOn(false);
           else
               AppLoader.setIsInternetOn(true);
        }

    });
    btn1.setOnClickListener(new OnClickListener() {
        @Override
        public void onClick(View v) {
           if (AppLoader.getIsInternetOn())
               internetStatus.setText("Internet is On");  
           else
               internetStatus.setText("Internet is Off");  
        }

    });
  • 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-01T00:05:41+00:00Added an answer on June 1, 2026 at 12:05 am

    Try to add volatile modifier to your static variable.

    UPD:

    It may happened because of caching the value for performance purposes.

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

Sidebar

Related Questions

this is my thread: @Override public void run() { Log.d(ConnectionThread,Starting Server Connection); try {
i have this thread: public void run() { try { while(isThereActivityRunning()) { results =
I have a server thread with this code: public void run() { try {
i have this thread which run as a service: public void run() { try
I have a thread with this run method: public void run(){ MAPTable t1 =
Say I've got something like this public void run(){ Thread behaviourThread = new Thread(abstractBehaviours[i]);
Is this thread safe? private static bool close_thread_running = false; public static void StartBrowserCleaning()
While this will work: new Thread(new Classimplementingrunnable(stuff, dostuff()).start(); This will not: new Thread(){ public
This is my simple program in Java: public class Counter extends Thread { public
Following this thread, I tried to upload a file on the server. If I

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.