deano2390 / MaterialShowcaseView

A Material Design themed ShowcaseView for Android
Apache License 2.0
2.72k stars 526 forks source link

Custom PrefsManager #101

Open noordawod opened 8 years ago

noordawod commented 8 years ago

Thanks for writing this superb library.

For my use case, I need a way to set a custom PrefsManager to retain showcase statuses. I can supply a pull request for that which basically introduces an interface as a mechanism of managing the statuses of showcases.

Side effects that I can anticipate: dropping of static helper methods to reset all showcases. That would need to be part of the per-manager implementation.

Is that something you'd consider merging in?