Skip to content
dashhunds edited this page Mar 9, 2015 · 4 revisions

Configuration

Gradle

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

Maven

<dependency>
    <groupId>com.daimajia.swipelayout</groupId>
    <artifactId>library</artifactId>
    <version>1.1.8</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