Skip to content

AppIntro starts everytime App launches #1044

Answered by cortinico
hiriworst asked this question in Q&A
Discussion options

You must be logged in to vote

There are a number of different ways to do so.

You can use SharedPreferences to store if the user saw the AppIntro or not (say user_saw_intro)
You will then have to make sure the first activity is not AppIntro. You can have like a splash screen that loads AppIntro if user_saw_intro is false, and skips to the home page otherwise

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hiriworst
Comment options

Answer selected by cortinico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants