I have read this question:
How do I implement a 'Remember me' function in an Android Activity? ,
I am developing “Login” Activity for the first-time,
Where i am also having:
- two EditText: Username, Password
- One checkbpx: Remember me
- one Button: Login
If user click on Login Button then Username, Password should be shared among all activity, i know this can be implemented using SharedPreference.
But On “Remember me” checkbox, if user check it once then next-time “Login” Activity should not be appeared, directly 2nd activity should appear, so for that what i should do?
For this Scenario, I do that Before Login Activity i have Splash Screen to check whether the Remember Password option enabled or not on the Login Activity.
Splash Screen Also a Activity that has just a well designed image about my App (like loading App screen). Its show for just 3 seconds.
example for Splash Screen in this link