Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 418 Bytes

Mastering Android Touch Examples

This repository contains a sample application demonstrating many of the techniques for doing custom touch event handling discussed in "Mastering the Android Touch System".

Examples include:

  • Overriding onTouchEvent()
  • Overriding onInterceptTouchEvent()
  • GestureDetector
  • ScaleGestureDetector
  • TouchDelegate

The sample code is licensed under the MIT Open Source License