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 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

i have created one login and register view in that view after login user
I have created a User called Student and Teacher that can login into the
I have an ASP.NET Login Application. When login is successful, my application creates a
I have created login account on my localhost\sql2008 Server (Eg. User123) Mapped to Database
I have created login page forced login in several pages. Now i need to
I have created Login forms and registration forms for a website. The form is
i have created a forum using php/mysql and users login through facebook using php
I am using my admin panel login script where i have created a global.php
I've created a login page and in the db table i have a field
I have a website created in .NET where users are required to register/login 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.