您的位置:首页 > 移动开发

快速开发APP-建立自己的代码库

2017-06-22 16:12 405 查看
建立在私有仓库, 一部分已经上传到jcenter

https://dl.bintray.com/adrianandroid/flanneryzj

EasyAdapterLibrary

快速开发RecyclerView的适配。

compile ‘com.flannery.easyadapterlibraray:easyadapterlibraray:0.0.2’

KeyTouchEventHelper

关于Touch时间的一些操作

compile ‘com.flannery.keytoucheventlibrary:keytoucheventlibrary:0.0.1’

RecyclerViewItemAnimatios

RecyclerView的进场出场动画

compile ‘com.flannery.pwc.mylibrary:RecyclerViewItemAnimatorsLibrary:0.0.1’

LogReportHelper

离线的崩溃日志, 方便本地查看

compile ‘com.wenming.library:logreport:0.0.1’

ScreenUtilHelper

对屏幕的一些操作工具类

compile ‘com.flannery.screenutilhelper:screenutilhelper2:0.0.1’
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android代码
相关文章推荐