Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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:

  • Simple and easy to use.
  • Customize according to your needs.
  • Use wherever you want.
  • Get proper swipe callback events.
Jan 5, 2022

A tiny library containing custom layout which enables to easily create swipe gesture to dismiss Activity.

Dec 9, 2018

Flick is a tiny library for flick dismissing images (or anything actually).

Sep 15, 2018

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.

May 15, 2018

A simple gesture detection library for android.

Jan 15, 2018

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.

Dec 18, 2017

Zoomy is an easy to use pinch-to-zoom Android library.

Feb 15, 2017

Simple library for fast right-left list item swiping.

Feb 11, 2017

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.

Feb 4, 2017

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.

Jan 21, 2017

Providing swipe feature for android applications.

Dec 11, 2016

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/

From Apple API reference:

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.

Nov 25, 2016

Simple implementation of ForceTouch on Android

Oct 25, 2016

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.

Aug 1, 2016

Making gesture detection a breeze.

May 6, 2016

A 3D Touch API for Android.

May 3, 2016

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.

Mar 31, 2016

Detects gestures on Android with listener and RxJava Observable.

Mar 24, 2016

Swipe detects swipe events on Android with listener and RxJava Observable.

Mar 24, 2016

A library with custom views based on gestures.

Jan 30, 2016

HoverTouchView simulates Apple's Force Touch or 3D Touch on Android App with Hover Gesture.

Jan 13, 2016

SwipeBack is a android library that can finish a activity by using gesture.

Mar 3, 2015

android-gesture-detectors is a gesture detector framework for multitouch handling on Android, based on Android's ScaleGestureDetector.

Feb 9, 2015

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:

  • Pinch zoom in place (i.e. zoom occurs from point of touch)
  • Panning with fling gesture
  • Double tap zoom
  • Configurable zoom boundaries (min/max)
Dec 21, 2014

An android library to implement simple 1 or 2 finger gestures easily.

Aug 6, 2014