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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:30:25+00:00 2026-05-18T22:30:25+00:00

Are there any nice ways to save and then restore the values for a

  • 0

Are there any nice ways to save and then restore the values for a group of preferences (i.e. stored using SharedPreferences) in Android?

For my game app, I have about 10 preferences concerning how the game should be rendered. What I’d like to do is add various profiles that can be selected, where each profile would set the values of the 10 preferences. For example, I might have a “low battery usage” profile that would set all the rendering preferences to values that use the least amount of battery or a “high detail” profile to set all the rendering preferences to their highest settings.

I will also have several preference that are not set by these profiles. For example, I will have a preference that stores the name of the current active profile.

What options do I have about how I save/restore profiles? How would changing profiles be implemented?

  • 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-18T22:30:26+00:00Added an answer on May 18, 2026 at 10:30 pm

    IMHO basically there are three ways, how to achieve your goals:

    • Create set of SharedPreferences – separate for each profile, like:
        settingsCommon=context.getSharedPreferences("MyCommon", MODE_PRIVATE);
        settingsLowBattery=context.getSharedPreferences("MyLowBattery", MODE_PRIVATE);
    
    • Add to each preference key smth like
      suffix which will point to profile:
    int getIntPreference(SharedPreferences settings, String profile, String key, int defValue)
    {
        String fullKey=key+"."+profile;
        return settings.getInt(fullkey, defValue);
    }
    
    • Extend SharedPreferences class and
      implement your own, including
      creating/parsing of any kind XML
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are there any nice libraries to render text in an image for Java? Java
Hi are there any nice videos on how to use exceptions in Delphi.
Hi are there any nice videos or other resources on how to use Interfaces
i'm wondering if there is any nice and neat tool to replace the GNU
Is there any good alternative to ASpell? It's nice open source, but haven't been
These ribbon in stackoverflow and uservoice.com looks nice. is there any javascript library/jquery plugin
I was just wondering if there are any methods of creating nice, smooth transition
Is there any way to check whether a file is locked without using a
Is there any free or commercial component written in .NET (no COM interop) that
Is there any query which can return me the number of revisions made to

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.