For example, First time i want to start first activity eq: login screen. I validate the screen, if it is success i want to show dashboard screen.
For the second time, I directly want to show dashboard screen instead of login. Is it possible to directly start
For example, First time i want to start first activity eq: login screen. I
Share
In First Activity If login is successful then store flag value is true in sharedpreferences and next time check if sharedpreferences value is true in splashscreenactivity then directly open dashboard activity, Use below code to save shared preferences on login successful.
For get SharedPreferences data into SplashScreen Activity:-