How to only display TourGuide on the user's first startup
FelixEder opened this issue · 3 comments
Is there a built-in way to only display the TourGuide tuturial the first time the user uses the app? Or should I make sure to only initialize a guide on the first start of the app? I could do that, but it would be much nicer if there was a pre-made way to do this in TourGuide.
I am looking for the same. Otherwise, I will have to write the code to show it only once. This will become a tiresome task as I show several other showcases in the application
@palVikas9 I didn't find a solution so I switched to ShowcaseView which has this feature, called singleShot. Check it out!
@FelixEder Thanks for the info but it does not have the sequential action that is needed by me for the same. I am thinking of taking a fork and adding the singleshot to this library for all versions.