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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:53:21+00:00 2026-06-02T09:53:21+00:00

I have a PreferenceActivity class that handles the getting and setting of preferences within

  • 0

I have a PreferenceActivity class that handles the getting and setting of preferences within my application. But I have a “main” Activity class that makes a call to a web service right at start-up, and based on the return value from the web service, needs to update one of the preferences.

I can’t seem to get this to work without throwing a NullPointerException error.

Here is the code from the main Activity:

protected void onPostCreate(Bundle savedInstanceState)
{

    if(getWebServiceResult.equals("FALSE"))
    {
      //do stuff
    }
    else
    {
       myPreferences prefs = new myPreferences();               
       prefs.updateMyChoice("TRUE");
    }
}

And here is the code from the PreferenceActivity class that is throwing the error:

public void updateMyChoice(String newText)
{
    if(subscriber_opt_in == null) //this is coming up null
    {
       subscriber_opt_in = (EditTextPreference) findPreference("opt_in"); //error here
    }
   subscriber_opt_in.setText(newText);
   subscriber_opt_in.setSummary(newText);
}

I need to know how to properly update this preference. If there’s a way to do it within the main Activity class, that’s even better, but if I have to do it through the PreferenceActivity class, I just need to understand how to do it.

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-02T09:53:23+00:00Added an answer on June 2, 2026 at 9:53 am

    You should use SharedPreference class:
    http://developer.android.com/reference/android/content/Context.html#getSharedPreferences%28java.lang.String,%20int%29

    Code examples and use here:
    http://developer.android.com/guide/topics/data/data-storage.html#pref

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

Sidebar

Related Questions

in my application I call startActivityForResult( new Intent(this, ShowPreferencesActivity.class), <some code>); the activity is
I have a PreferenceActivity that gets its data from a web service(Call forward Numbers,
I have a class that extends PreferenceActivity and shows the preference screen of my
I have an activity which extends PreferenceActivity. I'm loading preferences from the xml file.
I have a PreferenceActivity that loads its preferences from an XML file which looks
Currently I am trying to add a preference activity into my application but found
I have a ListView that has some minor visual preferences that are set in
I have an Android PreferencesAcitivty that allows users to reset their Preferences to their
I have the following ListPreference in a PreferenceActivity that I wish to populate with
I have a custom class that extends Preference that I'm using in conjunction with

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.