# Almeros/android-gesture-detectors

Gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector

Repository: https://github.com/Almeros/android-gesture-detectors
Canonical: https://ross.abutalabs.com/products/android-gesture-detectors
Homepage: http://code.almeros.com/android-multitouch-gesture-detectors
Language: Java
License: NOASSERTION
License Family: other
Last push: 2020-07-08T06:54:36+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5104, "days_push": 2247, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1128, forks 361 (observed 2026-08-28T04:03:41.934446+00:00)

## What it is
An extendable Java framework of multitouch gesture detectors for Android, modeled after Android's built-in ScaleGestureDetector. It provides detectors for rotation, movement, and two-finger shove gestures that plug into the standard OnTouchListener pattern.

## Use cases
- detect two-finger rotation gestures in an Android app
- move objects around the screen with one or more fingers
- detect vertical two-finger shove gestures
- pinch-to-zoom and rotate images or maps
- build custom multitouch gesture detectors on Android

## When to choose
- you need rotate, move, or shove gesture detection on Android beyond the built-in ScaleGestureDetector
- you want a clean, object-oriented, extendable gesture detector framework
- you want drop-in classes following the Android gesture detector pattern

## When to avoid
- you only need pinch-to-zoom scaling, which Android's built-in ScaleGestureDetector already provides
- you need gesture recognition for complex shapes or machine-learned gestures
- you are not developing for Android

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, mobile-framework
- domain: mobile-development, android-tools, cross-platform
- platform: -
- tags: gesture-detection, multitouch, touch-input, java, rotate-gesture, shove-gesture, android

## Member repositories
- Almeros/android-gesture-detectors (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.934446+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:38:28.305191+00:00, confidence not recorded.
  - readme: https://github.com/Almeros/android-gesture-detectors (fetched 2026-08-28T04:03:41.934446+00:00, sha 1978cc8fc036)
  - homepage: http://code.almeros.com/android-multitouch-gesture-detectors (fetched 2026-08-29T12:42:58.077193+00:00, sha 0fda1f9cdf2c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
