Tag: touch-events
- Correctly implementing onInterceptTouchEvent and onTouchEvent methods for ViewGroup - Oct 13, 2013
There's already an article on this topic on the Android developer website, I write this post just to elaborate further on the topic to make it easier to understand.
onTouchEvent is declared in the ...