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

The Archive Base Latest Questions

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

I have a manager class, which update json data from web, get values… The

  • 0

I have a manager class, which update json data from web, get values… The structure:

class JsonManager() {

    private static JsonManager instance = null;

    public static JsonManager getInstance() {
        if (instance == null) {
            instance = new JsonManager();
        }
        return instance;
    }

    private JSONObject data = null;

    pulbic void update() {
        // Download json...
        String jsonResult = JsonDownloader.get();

        // Create json object
        data = new JSONObject(jsonResult);

        Log.d("LOG", "Value in update: " + data.getBoolean("isComplete"));

    }

    public boolean getValue() {          
        boolean result = data.getBoolean("isComplete");
        Log.d("LOG", "Value in getValue: " + data.getBoolean("isComplete"));
        return result;
    }


}

First on the server the “isComplete” value is false and if I get value after start is return with false and it’s ok. But if I change the value on the server side to true and call update and after that call getValue is come back again wtth false! But in the jsonResult arrive true value. The logs:

Start:
Value in update: false
Value in getValue: false

Refresh:
Value in update: true
Value in getValue: false

Why? Thanks

  • 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-01T01:08:07+00:00Added an answer on June 1, 2026 at 1:08 am

    Might be because the instance of “data” object is created in update(), so might be that in getvalue() your are using another instance of data object.

    make sure that you are accessing both method with same data object instance.

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

Sidebar

Related Questions

I have class World which manages creation of object... After creation it calls afterCreation
I have written an Apex class in a Salesforce managed package which uses the
I have an sqlConnection manager class like so: public class SQLConn { public string
I have the following: MODEL.PY LIST = (('Manager', 'Manager'),('Non-Manager', 'Non-Manager'),) class Employee(models.Model): fname =
In my game I have a concept of resource manager, a class that stores
I have an EXE class which contains a button resource with ID EXE_BUTTON_RESOURCE ON_UPDATE_COMMAND_UI(EXE_BUTTON_RESOURCE,
I have a Customer class which has all the account info.(it does NOT extend
I have following model: class UserProfile(models.Model): User profile model, cintains a Foreign Key, which
I have a class representing a finite-state machine, which should run in a forever
I have Hibernate Transaction manager configured inside Spring MVC controller. <bean id=dataSource class=org.apache.commons.dbcp.BasicDataSource destroy-method=close>

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.