Sensey: Simplified sensor based event and gesture detection
- 0 Collaborators
Android library which makes playing with sensor events & detecting gestures a breeze. ...learn more
Groups
DroidLab
Overview / Usage
Android library which makes playing with sensor events & detecting gestures a breeze.
The library is built for simplicity and ease of use. It eliminates most boilerplate code for dealing with setting up sensor based event and gesture detection on Android.
Supported gestures
-
Flip
- onFaceUp - onFaceDown
-
Light
- onDark - onLight
-
Orientation
- onTopSideUp
- onBottomSideUp
- onLeftSideUp
- onRightSideUp -
PinchScale
- OnScale - OnScaleStart - OnScaleEnd
-
Proximity
- onNear - onFar
-
Shake
-
Wave
-
Chop
-
WristTwist
-
Movement
-
SoundLevel
-
RotationAngle
-
TiltDirection
-
TouchType
- onDoubleTap - onScroll(direction) - onSingleTap - onSwipeLeft - onSwipeRight - onLongPress - onTwoFingerSingleTap - onThreeFingerSingleTap