美文网首页第三方控件Android 框架Android开发之道与术
一款功能强大的滑动开源库UltimateSwipeTool

一款功能强大的滑动开源库UltimateSwipeTool

作者: 程序员Anthony | 来源:发表于2016-07-01 12:02 被阅读2242次

开源库地址:UltimateSwipeTool
作者:Anthoy


android swipe tool,
this is a useful project support swipe gesture in your activity/fragment/other views.(combine and recomb from some swipe Open-Source )

对网络上的几个开源库进行整理,修改部分效果以及代码,并以简单的demo进行呈现。一款功能强大的滑动库,目前支持dialog fragment,activity,卡片,listView,RecyclerView,GridView等的滑动。

ScreenShoot##

1 swipe dialog fragment
fragment
2 swipe activity
activity
3 swipe cards
cards

4 swipe listview

listview

5 swipe recyclerview

recyclerview

6 swipe gridview

gridview

QuickStart

Include the Gradle dependency
dependencies {
   compile 'com.anthony.ultimateswipetool:library:2.0.1'
}

Thanks##

SwipeStack

SwipeBackActivity

AndroidSwipeLayout

SwipeAwayDialog

About Me##

EMail:CameloeAnthony@gmail.com

blog:Anthony's blog

weibo:Anthony's weibo

Copyright##

Copyright (C) 2016 CameloeAnthony

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

相关文章

网友评论

  • 呃哈哈:可以从activity侧滑退回上一个fragment???
    程序员Anthony:@我是不是你大爷 目前暂不支持 ,你说的应该是这个效果, https://github.com/YoKeyword/SwipeBackFragment。
  • 呃哈哈:项目导入报错,Error Connection refused :connect
    呃哈哈:@我是不是你大爷 我改一下,版本,谢了
    程序员Anthony:@我是不是你大爷 刚把项目clone下来,导入编译都没有问题哈。Android Studio 2.0。
    jcenter的远程连接貌似出了点问题 。所以 compile 'com.anthony.ultimateswipetool:library:2.0.1' 等我稍后编译后再次上传。但是项目没问题,是可以编译运行的
  • 王元_Trump:这么厉害啊

本文标题:一款功能强大的滑动开源库UltimateSwipeTool

本文链接:https://www.haomeiwen.com/subject/cibfjttx.html