Skip to content

Android library for handling gestures on view like in Instagram Stories

License

Notifications You must be signed in to change notification settings

GeniusRUS/Gestories

Repository files navigation

Gestories

Maven Central codebeat badge

Short description

Android library for handling gestures on view like in Instagram Stories

Details

Allows handling the following gestures:

  1. holding your finger and releasing it
  2. clicking on the left edge of the screen
  3. 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

  1. Viktor Likhanov

Yandex: Gen1usRUS@yandex.ru

License

Apache v2.0 License

Copyright (c) 2021 Viktor Likhanov

About

Android library for handling gestures on view like in Instagram Stories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages