Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namshi/namshiswipemenu
UI library that exposes Swipe actions on list cells
https://github.com/namshi/namshiswipemenu
Last synced: 1 day ago
JSON representation
UI library that exposes Swipe actions on list cells
- Host: GitHub
- URL: https://github.com/namshi/namshiswipemenu
- Owner: namshi
- License: mit
- Created: 2021-10-31T13:16:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T06:09:11.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:15:20.149Z (7 months ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NamshiSwipeMenu
UI library that exposes Swipe actions on list cells## Import as dependency
`build.gradle` (it's available on [Maven Central](https://search.maven.org/artifact/com.namshi.cardinput/cardinput)):
#### Gradle Groovy DSL
```gradle
dependencies {
implementation 'com.namshi.swipemenu:swipemenu:1.0.0'
}
```#### Gradle Kotlin DSL
```gradle
dependencies {
implementation("com.namshi.swipemenu:swipemenu:1.0.0")
}
```