florent37 / TutoShowcase

A simple and Elegant Showcase view for Android
Apache License 2.0
508 stars 89 forks source link

Method for checking it a tutorial was already shown #23

Closed emauro closed 6 years ago

emauro commented 7 years ago

It is not possible to check if a tutorial was shown or not using showOnce. Since che sharedpreferences is private it is not possible to check if the key exists or not.

rayliverified commented 6 years ago

In my PR #25, I created a new method isShowOnce() and resetShowOnce() to get and set tutorial status.