You can do that by using shared preferences. By storing a Boolean, do this by creating a data named isNewUser, then set it’s value to false, when user taps on the finish button of last screen. And then add the check on splash screen that is the newuser’s value is true then redirect to intro screens, otherwise redirect it to somewhere else.
Great lesson ❤❤❤ Thank you
Great one
thank you so much we want more videos like this , building apps playlist pls
Sir you made good videos and Keep making and teach us
One day your subscriber will upto 10 or more
I want it to show in first time use the app only
You can do that by using shared preferences. By storing a Boolean, do this by creating a data named isNewUser, then set it’s value to false, when user taps on the finish button of last screen. And then add the check on splash screen that is the newuser’s value is true then redirect to intro screens, otherwise redirect it to somewhere else.