Skip to content Skip to sidebar Skip to footer

How It Can Be Recognized That Something Touches The Camera Or Finger Is Touched In Android?

I want to know how it can be recognized that something is taped to the Camera in Android? Any help please! Thanks

Solution 1:

you need to invoke onInterceptTouchEvent() method. please check its syntax and more information here.


Post a Comment for "How It Can Be Recognized That Something Touches The Camera Or Finger Is Touched In Android?"