Skip to content
JesterJeffrey edited this page Apr 13, 2016 · 4 revisions

Configuration

Gradle

dependencies {
        compile "com.daimajia.swipelayout:library:1.2.0@aar"
}

Maven

<dependency>
    <groupId>com.daimajia.swipelayout</groupId>
    <artifactId>library</artifactId>
    <version>1.2.0</version>
    <type>apklib</type>
</dependency>

Eclipse

Download the following jar, and put it into you libs folder:


Pretty easy right? Next, we'll get down to use it.

Go for Next !

Clone this wiki locally