🚀 Big News: Socket Acquires Coana.Learn more
Socket
Sign inDemoInstall
Socket

io.github.geniusrus:gestories

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.github.geniusrus:gestories

Android library for handling gestures on view like in Instagram Stories

1.6.1
Source
Maven
Version published
Maintainers
1
Source

Gestories

Maven Central codebeat badge

Short description

Android library for handling gestures on view like in Instagram Stories

Details

Allows handling the following gestures:

  • holding your finger and releasing it
  • clicking on the left edge of the screen
  • clicking on the main screen space

You can also additionally track simple gestures of directions (up, down, left, right)

Usage

Artifact is publishing to Maven Central. You can add this repository to your project with:

repositories {
    mavenCentral()
}

Add to your app-level build.gradle file:

implementation "io.github.geniusrus:gestories:$latest_version"

Sample

The sample is on app module

Developers

  • Viktor Likhanov

Yandex: Gen1usRUS@yandex.ru

License

Apache v2.0 License

Copyright (c) 2021 Viktor Likhanov

FAQs

Package last updated on 07 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts