worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

How to only display TourGuide on the user's first startup #113

Open FelixEder opened 7 years ago

FelixEder commented 7 years ago

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.

palVikas9 commented 6 years ago

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

FelixEder commented 6 years ago

@palVikas9 I didn't find a solution so I switched to ShowcaseView which has this feature, called singleShot. Check it out!

https://github.com/amlcurran/ShowcaseView

palVikas9 commented 6 years ago

@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.