AndroidSwipeLayout下载 - Android Swiper 滑动效果包
11695 2017-07-11 Android MIT 官方网站
Android Swiper 滑动效果包,实现图片轮播、滑动删除,滚屏等效果
11695 2017-07-11 Android MIT 官方网站
Android Swiper 滑动效果包,实现图片轮播、滑动删除,滚屏等效果
v1.1.9.zip(v1.1.9) 下载
v1.2.0.zip(v1.2.0) 下载
v1.1.8.zip(v1.1.8) 下载
v1.1.7.zip(v1.1.7) 下载
v1.1.5.zip(v1.1.5) 下载
v1.1.3.zip(v1.1.3) 下载
v1.1.6.zip(v1.1.6) 下载
v1.1.4.zip(v1.1.4) 下载
v1.1.1.zip(v1.1.1) 下载
v1.1.2.zip(v1.1.2) 下载
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.
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.
dependencies {
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.2.0@aar"
}
<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.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.2.0</version>
<type>apklib</type>
</dependency>
Make sure to use the internal adapter instead of your own!
A student in mainland China.
Welcome to offer me an internship. If you have any new idea about this project, feel free to contact me.