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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:55:30+00:00 2026-05-26T04:55:30+00:00

Well, I am beginner in Android and java, but I’m trying to learn. My

  • 0

Well, I am beginner in Android and java, but I’m trying to learn.

My question is. I have these methods in my class (to save and load Sharedpreferences):

private String Load_pref(String key){
    SharedPreferences sharedPreferences = getPreferences(MODE_PRIVATE);
    String strSavedMem1 = sharedPreferences.getString(key, "");        
    return strSavedMem1;
   } 

public void Save_pref(String key, String value){
    SharedPreferences sharedPreferences = getPreferences(MODE_PRIVATE);
    SharedPreferences.Editor editor = sharedPreferences.edit();
    editor.putString(key, value);
    editor.commit();
   }

Well, Its work well, but I would call these methods from another class (other screen activity). I tried to do this in my other activity:

            MyActivity1 A = new MyActivity1();
            A.Save_pref("ACCOUNT","Myname"); 

The code compiles without problem, but the program crashes in this part of the code.
Someone could help me solve this problem?

Thanks,
Alexandre

  • 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-26T04:55:30+00:00Added an answer on May 26, 2026 at 4:55 am

    Creating an instance of the activity just to access a set of shared preferences is extremely heavyweight. Notice they’re called Shared Preferences 🙂 Really what you want to do is call PreferenceManager.getDefaultSharedPreferences(). Rather than repeat the whole solution, I’ll just link you to where this has already been explained on StackOverflow, here. Enjoy!

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

Sidebar

Related Questions

Well, It's a beginner's question but I really don't know what is the best
Very beginner level question. Trying to learn JSON and having trouble with getting proper
I am a beginner coder trying to learn how to make android apps. I
Well, I'm a beginner, it's my year as a computer science major. I'm trying
Well... simple question, right? But with no so simple answers. In firefox i use
I'm a beginner in powershell and know C# pretty well. I have this command
I'm still a beginner to Python, so I thought I could as well learn
I'm a beginner in practical real-world java programming. I don't really understand these basic
I am very beginner in Ruby and probably the question is too easy but
i have been trying to apply the Gridview Tutorial but i'm stuck in an

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.