Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

AndroidSwipeLayout

AndroidSwipeLayout For Eclipse

This is the brother of AndroidViewHover.

One year ago, I started to make an app named EverMemo with my good friends. The designer gave me a design picture, the design like this:

I found it was pretty hard to achieve this effect, cause you had to be very familiar with the Android Touch System. It was beyond my ability that moment, and I also noticed that there was no such a concept library...

Time passed, finally...as you see right now.

Demo

Download Demo

Before I made this, I actually found some libraries (eg.SwipeListView) that helps developers to integrate swiping with your UI component.

But it only works in ListView, and it has too many issues that they never care. What a pity!

When I start to make this library, I set some goals:

Can be easily integrated in anywhere, ListView, GridView, ViewGroup etc. Can receive onOpen,onClose,onUpdate callbacks. Can notifiy the hidden children how much they have shown. Can be nested each other. Can handle complicate situation, just like this. Usage

Step 1

Gradle

dependencies { compile 'com.android.support:support-v4:20.+' compile "com.daimajia.swipelayout:library:1.1.7@aar" } Maven

com.google.android support-v4 r6 com.daimajia.swipelayout library 1.1.7 apklib Eclipse

AndroidSwipeLayout-v1.1.6.jar

About

AndroidSwipeLayout For Eclipse

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages