Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
}
```