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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:16:13+00:00 2026-05-28T14:16:13+00:00

I have created a login for an application. I got it that if you

  • 0

I have created a login for an application. I got it that if you type in the username and password then click on the checkbox it remembers the username and password. However, if you make any changes after you click the checkbox the they are not saved. I am wondering if there is a way to fix this and how would I got about doing this. What I am thinking is when click on the edittext it continually saves what is in the editext. Basically, something that would dynamically saves while the user changes the password or username while the checkbox is clicked.

public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main_log_in);
    SharedPreferences.Editor editor;

    name = (EditText) findViewById(R.id.userName);
    password = (EditText) findViewById(R.id.password);
    button = (Button) findViewById(R.id.Button01);
    error = (TextView) findViewById(R.id.invalid);
    error.setVisibility(View.INVISIBLE);
    checkbox = (CheckBox) findViewById(R.id.remember);


    LoadPreferences();
    LoadPreferences1();
}


public void rememberInfo(View view) {
        SavePrefernces("MEM1", name.getText().toString());
        SavePrefernces("MEM2", password.getText().toString());


}

private void LoadPreferences1() {
    SharedPreferences shardPreferences = getPreferences(MODE_PRIVATE);
    String strSavedMem2 = shardPreferences.getString("MEM2", "");
    password.setText(strSavedMem2);


}

private void LoadPreferences() {
    SharedPreferences shardPreferences = getPreferences(MODE_PRIVATE);
    String strSavedMem1 = shardPreferences.getString("MEM1", "");
    name.setText(strSavedMem1);


}

private void SavePrefernces(String key, String value) {
    SharedPreferences shardPreferences = getPreferences(MODE_PRIVATE);
    SharedPreferences.Editor editor = shardPreferences.edit();
    editor.putString(key, value);
    editor.commit();

}
  • 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-28T14:16:14+00:00Added an answer on May 28, 2026 at 2:16 pm

    The simplest solution I think would be to do the saving of the login details at the time of pressing the login (or whatever) button. So when the button is pressed, get the values from both the EditTexts and store them in the SharedPreferences.

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

Sidebar

Related Questions

For my web application, i have created login page. To block the access to
I have created login account on my localhost\sql2008 Server (Eg. User123) Mapped to Database
I have created a user login page and am using Forms Authentication. Users are
Just starting out in asp.net. Have just created a login.aspx page in my site
I have a library that I created with some business logic that includes writing
Hi I want to create a WCF service that have login method, which is
I'd like to create a subset of Users that don't have a login... basically
I'm creating a login page. I want to create ASP.NET TextBox controls that have
I have an application that generates Open XML documents with Content Controls. To create
I've got an asp.net application which seems to forget that a user is logged

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.