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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:33:13+00:00 2026-05-26T15:33:13+00:00

I would like to create one class which holds some key values of the

  • 0

I would like to create one class which holds some key values of the app so I can share and access them in all activities. This is how I have done it so far:

I define a class like this:

public class GlobalVars {
    public static String str1;
    public static String str2;
    public static Integer int1;
    public static Integer int2;

    public static MyDBAdapter myDBAdapter;

    public static Boolean isOK1() {
        return str1.length() > 3;
    }
}

This is how I fill them at the start of the app:

private void getAllInfo() {

        // first get the info
        Cursor appCursor = cursor;

        GlobalVars.str1 = appCursor.getString(appCursor
                .getColumnIndexOrThrow(MyDBAdapter.KEY1));
        if (GlobalVars.str1 != null) {
        } else {
            GlobalVars.str1 = "";
        }

        GlobalVars.int1 = appCursor.getInt(appCursor
                .getColumnIndexOrThrow(MyDBAdapter.KEY_NUMBER1));
        if (GlobalVars.int1 != null) {
        } else {
            GlobalVars.int1 = 1;
        }

and I access those values normally just by writing

GlobalVars.int1 = ...

or

i = GlobalVars.int1;

wherever I need to

At the very end when the app finishes I put all the values back in the DB.

Is this the best way to handle global variables in this way?

I get really strange NullPointerException Errors when accessing the GlobalVars.int1 variable with users who got the app – while I am 100% the value is always correctly assigned and never with a null.

Do I have to allocate the GlobalVars object before using it?
Is there any possible explanation how those values can become null without me assigning null anywhere?

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-05-26T15:33:13+00:00Added an answer on May 26, 2026 at 3:33 pm

    I would recommend to use shared preferences for configuration / shared data storage ( as long as you have reasonable amount of them – database is for potentially unlimited amount )

    I work on dependency injector for preferences ( setting values from preferences works already ):
    https://github.com/ko5tik/andject

    As for your question about null value – if you not assign it, it is null

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

Sidebar

Related Questions

I would like to create an app for a pocket pc. One of the
I would like to create a list of records. I can add one record
I would like to create one EMF object and use it in various Resource
I would like to create a single URL that returns one image when loaded
I would like to create a helper to return a text one character below
as the title says, I would like to create a many-to-one relationship using Fluent
I would like to to create a 2-step file uploader: Open dialog. Select one
I'd like to know how one would create an application that starts in the
I would like to create an application which lists all the users email configured
I would like to create a tar archive in Java. I have files which

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.