Guide 1
When user first opens the application interactively showcase features so users knows all the most important capabilities. Instagram story style when app is first opened, last story says you need an account, only then bring user to auth page.
Remember introductionShown in shared preferences to ensure this is only seen on first app open
Guide 2
When user signs in, show a basic tutorial, guide user through the app, handle camera permissions...
Remember onboardingComplete in user database
Don't forget a button to skip tutorial in both guides.
Guide 1
When user first opens the application interactively showcase features so users knows all the most important capabilities. Instagram story style when app is first opened, last story says you need an account, only then bring user to auth page.
Remember
introductionShownin shared preferences to ensure this is only seen on first app openGuide 2
When user signs in, show a basic tutorial, guide user through the app, handle camera permissions...
Remember
onboardingCompletein user databaseDon't forget a button to skip tutorial in both guides.