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?