• Stars
    star
    635
  • Rank 70,829 (Top 2 %)
  • Language
    Java
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Collection of example applications to highlight doing custom touch event handling and using GestureDetectors in Android applications.

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