deano2390 / MaterialShowcaseView

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

Detect if material showcase is running #61

Open gseebacher opened 8 years ago

gseebacher commented 8 years ago

is there a possibility to detect if a showcase is running? i will, depending on the value of a pref, start a showcase sequence after an activity is created. some activities will show tooltips, so i have to postpone showing the tooltips until the last showcase view is closed. is this possible? thanks!