/AndroidSwipeLayout-master

Swipe-Layout for Android devices.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

AndroidSwipeLayoutMaster

* NOTE:THE PROJECT IS STILL UNDER DEVELOPMENT AND MIGHT HAVE SOME BUGS. PLEASE DON'T REPORT ANY ISSUES TILL FURTHER NOTICE!TO ADD ANYTHING FEEL FREE TO FORK THE PROJECT


[+] Installation and Usage

Step 1

Step 2

Gradle

dependencies {
    compile 'com.android.support:recyclerview-v7:21.0.0'
    compile 'com.android.support:support-v4:20.+'
    compile "com.HackWeiser360.swipelayout:library:1.2.0@aar"
}

Maven

<dependency>
	<groupId>com.google.android</groupId>
	<artifactId>support-v4</artifactId>
	<version>r6</version>
</dependency>
<dependency>
	<groupId>com.google.android</groupId>
	<artifactId>recyclerview-v7</artifactId>
	<version>21.0.0</version>
</dependency>
<dependency>
    <groupId>com.HackWeiser360.swipelayout</groupId>
    <artifactId>library</artifactId>
    <version>1.2.0</version>
    <type>apklib</type>
</dependency>

Eclipse

AndroidSwipeLayout-v1.1.8.jar

Step 3

Make sure to use the internal adapter instead of your own!

Wiki Usage

Wiki

Go to Wiki