我正在使用MaterialShowcaseView: https://github.com/deano2390/MaterialShowcaseView
如何检测是否已触摸(解除)特定 ShowcaseView。在我的活动中,我有3个ShowcaseViews。
答案 0 :(得分:0)
我可能误解了你的问题,但现在就去了。
如果您创建一个扩展ShowcaseView的自定义视图,您可以覆盖onTouchEvent(MotionEvent event)
,然后在该方法中放置您需要的任何功能。
请参阅此页面关于观看次数:https://developer.android.com/reference/android/view/View.html