I want to find out any event when user touches on any screen of an android. I find out touch event for particular activity but not for all screen, please give me a solution.
try this code
@Override
public boolean onTouchEvent(MotionEvent event) {
// TODO Auto-generated method stub
return super.onTouchEvent(event);
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With