Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 353 Bytes

File metadata and controls

10 lines (6 loc) · 353 Bytes

Android

This repo holds useful modules for Android Programming

###RotationGestureDetector Detects the rotation gesture and includes helpers to easily implement functionality on rotation.

###TouchView Subclass of ImageView that allows images to be panned, scaled, and rotated (uses RotationGestureDetector). Also allows for dots to be drawn on tap.