KeepSafe / TapTargetView

An implementation of tap targets from the Material Design guidelines for feature discovery.
Apache License 2.0
5.37k stars 589 forks source link

Is there any way to show the TapTargetView multiple times without sequence? #400

Open xsheru opened 2 years ago

xsheru commented 2 years ago

Hi,

I was wondering if there is anything can be done to show TapTargetView multiple times in same activity but without sequence.

For example, if user doesn't perform first action for 10 seconds show the first TapTargetView. Then if user don't perform second action for another 10 seconds then show another TapTargetView.

Is this possible?