TapTargetView
TapTargetView copied to clipboard
An implementation of tap targets from the Material Design guidelines for feature discovery.
I have applied TapTarget view on recycler view , But each-time when i give the different index of recycler view to show target view, it is always showing on the...
I'm using this from a fragment I tried to target a view but it dos not work `final View mView = inflater.inflate(R.layout.tab1_content1, container, false); TapTargetView.showFor(mView, TapTarget.forView(mView.findViewById(R.id.checkHomeBroadband), "This is a target",...
Provide a Quick Kotlin sample application.
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...
- [X] I have verified the issue exists on the latest version - [X] I am able to reproduce it **com.getkeepsafe.taptargetview:taptargetview:1.13.0** **Android version: 9**
Since Jetpack compose is stable now. Do you plan to provide support for it too?
- [x] I have verified the issue exists on the latest version - [x] I am able to reproduce it **Version used:** 1.12.0 **Stack trace:** None **Android version:** Android 9.0...