java - Detect when view has been dismissed (touched) -
i'm using materialshowcaseview: https://github.com/deano2390/materialshowcaseview
how can detect if specific showcaseview has been touched (dismissed). in activity, have 3 showcaseviews.
i may have misunderstood question, here goes.
if make custom view extends showcaseview, might able override ontouchevent(motionevent event)
, put whatever functionality need inside method.
see page views: https://developer.android.com/reference/android/view/view.html
Comments
Post a Comment