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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -