Android library for handling gestures on view like in Instagram Stories
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)
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"
The sample is on app
module
- Viktor Likhanov
Yandex: Gen1usRUS@yandex.ru
Apache v2.0 License
Copyright (c) 2021 Viktor Likhanov