Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samyak2403/liquid-swipe-android
https://github.com/samyak2403/liquid-swipe-android
andriod-studio android-application android-liquidswipe android-studio androidstudio-plugin animation-ui-ux anmation application java kotlin-android liquid-swipe-android mobiledevelopment motiondesign-java-kotlin opensource samyak2403 slides slideshow ui
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samyak2403/liquid-swipe-android
- Owner: samyak2403
- License: mit
- Created: 2024-08-15T16:56:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T14:14:22.000Z (29 days ago)
- Last Synced: 2024-12-08T15:20:22.290Z (29 days ago)
- Topics: andriod-studio, android-application, android-liquidswipe, android-studio, androidstudio-plugin, animation-ui-ux, anmation, application, java, kotlin-android, liquid-swipe-android, mobiledevelopment, motiondesign-java-kotlin, opensource, samyak2403, slides, slideshow, ui
- Language: Kotlin
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liquid Swipe Android
![pv](https://pageview.vercel.app/?github_user=liquid-swipe-android)
![Animation](https://raw.githubusercontent.com/Cuberto/liquid-swipe/master/Screenshots/animation.gif)
## Requirements
- Android 5.0+
A library that allows for a beautiful liquid swipe effect in your Android applications.
## Installation
Step 1. Add the JitPack repository to your build file
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```Add the following dependency to your `build.gradle` file:
```groovy
dependencies {
implementation 'com.github.samyak2403:liquid-swipe-android:1.0'
}
```## Usage
Add LiquidPager to your xml and use it like you would ViewPager
```
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.