Android: prevent user from coming back to login page after logging in
- by user522559
Hi all,
I have a login page in my android app. I want to prevent the user after logging in to come back to the login page. Also, when the user reopens the app, if he has logged in before, I want to go directly to the main page without having to go to the login page.
What the best way of doing that? One idea I thought of is to save the login…