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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:52:27+00:00 2026-05-29T18:52:27+00:00

I am making an app in which i have to save some string in

  • 0

I am making an app in which i have to save some string in shared preference and show it on another page means that i want to save name of user in shared preference in one activity and want to show the name of user on other activity.Any help regarding this will be appreciated.
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-29T18:52:28+00:00Added an answer on May 29, 2026 at 6:52 pm

    All you need to do is this (all the code is part of an acticity or Service (i.e. Context):
    Get a SharedPreferences object:

    static final String PREFS_NAME = "MyPrefs";
    static final String USER_KEY = "user";
    
    SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0);
    

    To store a string:

    String username = ...
    SharedPreferences.Editor editor = settings.edit();
    editor.putString(USER_KEY, username);
    editor.commit();
    

    To read:

    String username = settings.getString(USER_KEY,null); // 2nd param is default value, used if prefs value is undefined
    

    Here are more details: http://developer.android.com/guide/topics/data/data-storage.html

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

Sidebar

Related Questions

I am making an app in which i have to show Map in my
I am making an android app which will have two services that will keep
I have an app which uses some usercontrols. I want to take a thumbnail
I'm making another app's window topmost to ensure that a click in my app
I am making an app in which i have to do make the following
I am making an app in which i have to use helvetica neue font
I am making an app in which i need that the rows that were
I'm making an iPhone app where I want to save state of the Application.
I'm making an iOS app which is OpenFeint enabled. I have managed to get
I am making an app in which i have to get the lac and

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.