I want to know how it can be recognized that something is taped to the Camera in Android?
Any help please!
Thanks
I want to know how it can be recognized that something is taped to the Camera in Android?
Any help please!
Thanks
you need to invoke onInterceptTouchEvent() method. please check its syntax and more information here.