eTendance / main

DB | GUI colab project
0 stars 0 forks source link

Automatically logged into application after app crashes. #26

Open profraley opened 10 years ago

profraley commented 10 years ago

Steps:

  1. Log in
  2. Make the app crash
  3. When the app restarts, it displays the log in screen. If you wait a few seconds, the app automatically logs the user in.
Nakiruna commented 10 years ago

The app is set up with SharedPreferences to save the user's username and password and automatically log them back in when the app starts, unless they've logged out. Should it instead erase the username and pass in the event of a crash?

cpell commented 10 years ago

Courtney, I think what he means is that the login screen should be completely bypassed if login details are already stored.