l

library

Android library that creates a similar effect to Tinder's swipable cards with Fling animation.
https://github.com/Diolor/Swipecards
The Apache Software License, Version 2.0
Dionysis Lorentzos
Files download
File Operation
library-1.0.9.pom download
Apache Maven
<dependency>
  <groupId>com.lorentzos.swipecards</groupId>
  <artifactId>library</artifactId>
  <version>1.0.9</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.lorentzos.swipecards:library:1.0.9'
Gradle Kotlin
implementation("com.lorentzos.swipecards:library:1.0.9")
Scala SBT
libraryDependencies += "com.lorentzos.swipecards" % "library" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.lorentzos.swipecards', module='library', version='1.0.9')
)
Apache Ivy
<dependency org="com.lorentzos.swipecards" name="library" rev="1.0.9" />
Leiningen
[com.lorentzos.swipecards/library "1.0.9"]
Apache Buildr
'com.lorentzos.swipecards:library:jar:1.0.9'
Dependencies
The project has no third-party dependencies