login - How to change the startup activity in android -


For the first time I will show the user with a login screen that I type in the manifest file "android.intent.action.MAIN ". After a successful login, the application starts every time I want the user to see the home screen. Please tell me how I can get it.

Also, please tell me there is any way, I can change the main program after successful login, so that I can redirect to home screen.

thanks

what if you sub -Write applications category and call you the necessary activity from your app's onCreate () ? In the manifest, you can see that intent.MAIN .

Comments