In Android, how can we detect if a user touches on button and drags out of region of this button?
I added some logging in my OnTouch and found out that MotionEvent.ACTION_CANCEL was being hit. That's good enough for me...
MotionEvent.ACTION_CANCEL