SSJetpackComposeSwipeableView is a small library which provides support for the swipeable views. You can use this in your lazyColumns or can add a simple view which contains swipe to edit/delete functionality.
Features:
A tiny library containing custom layout which enables to easily create swipe gesture to dismiss Activity
.
Flick is a tiny library for flick dismissing images (or anything actually).
Multi-touch transform gesture detector for Android. The FreeformGestureDetector class acts like a regular gesture detector. It receives a stream of MotionEvents and outputs a stream of transformation matrices.
For a very long time Android has needed a gesture library that allows for the simultaneous use of the four classic gestures: Rotate, Pinch/Scale, Move and Fling.
HacerGestoV3 allows easy implementation of the classic four gestures. These gestures can be used in any combination and each gesture has sophisticated configurable behaviors that can be used in any combination.
The library uses canvas/extended View
and is constructed in the usual way Views are constructed.
Just Construct the view, implement the interface and call the methods it’s that simple.
Simple library for fast right-left list item swiping.
Built upon the handwave library, this library uses the front camera to detect when hand motions are detected as hitting a border for left, right, up, and down or a click overtop your phone's front facing camera. It works for modern devices, uses OpenCV, and the camera feed is translucent.
Android Library for custom views to control brightness , volume and seek through swipable gestures . These views could easily replace the conventional volume / brightness / seek controls that we have in music player ,video player or gallery apps.
AndroidGestureRecognizer is an Android implementation of the Apple's UIGestureRecognizer framework. https://developer.apple.com/reference/uikit/uigesturerecognizer
For more info about the ui gesture recognizers look this WWDC video https://developer.apple.com/videos/play/wwdc2012/233/
UIGestureRecognizer is an abstract base class for concrete gesture-recognizer classes. A gesture-recognizer object—or, simply, a gesture recognizer—decouples the logic for recognizing a gesture and acting on that recognition. When one of these objects recognizes a common gesture or, in some cases, a change in the gesture, it sends an action message to each designated target object.
iOS uses 3D Touch as a way to "peek" into full content, such as emails, pictures, web searches, etc. While they have dedicated hardware for this functionality, it is still possible to get similar functionality out of Android, with a long click, rather than the dedicated hardware.
This library aims to create a simple and powerful API to enable 3D Touch style "Peeking" on Android.
PeekAndPop is an open source Android library, inspired by Instagram's latest 3D touch feature. As 3D touch is not available for android, this library uses long hold.
Peek and pop allows you to long click on a view to "peek" and see a larger view in the centre of the screen. The pop feature can be imitated using fling to action gestures or from a hold and release event.
Detects gestures on Android with listener and RxJava Observable.
Swipe detects swipe events on Android with listener and RxJava Observable
.
HoverTouchView simulates Apple's Force Touch or 3D Touch on Android App with Hover Gesture.
SwipeBack is a android library that can finish a activity by using gesture.
android-gesture-detectors is a gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector.
This is a simple Android View class which provides basic pinch and zoom capability for images.
Can be used as a replacement for a standard ImageView
when you want to include pinch and zoom.
Features:
An android library to implement simple 1 or 2 finger gestures easily.