I am developing a chat application.
Once logged in, the user should be navigated into the main page next time when he start the app. Like WhatsApp, it does not have a splash screen. So, Where do I do the check if the user has logged in or not next time ? I don't want to launch the login screen again if the user is already logged in.
Can I launch a service or something on the first time in which I can check which activity is shown next?