第三方依赖

本文精选了一系列Android开发中常用的工具及第三方库,包括API调试工具、页面滑动效果实现、FlowLayout布局、轮播图展示、版本更新工具、常用工具类、图片裁剪工具、OkHttp封装库、竖直滑动的ViewPager、GreenDao数据库管理等,为开发者提供便利。
1.api调试工具
http://apistore.baidu.com/astore/toolshttpproxy

2.右滑跟随手指移动退出
https://github.com/ikew0ng/SwipeBackLayout
compile 'me.imid.swipebacklayout.lib:library:1.0.0'

*compile 'com.r0adkll:slidableactivity:2.0.5'

3.flowlayout流布局
https://github.com/hongyangAndroid/FlowLayout
compile 'com.zhy:flowlayout-lib:1.0.3'

4.xbanner轮播图
https://github.com/xiaohaibin/XBanner
compile 'com.xhb:xbanner:1.2.9'

5.版本更新
https://github.com/czy1121/update
repositories {
gradle
    maven { url "https://jitpack.io" }
}
app的gradle
dependencies {
    compile 'com.github.czy1121:update:1.1.1'
}

6.工具类
https://github.com/Blankj/AndroidUtilCode
compile 'com.blankj:utilcode:1.9.0'

7.图片裁剪
https://github.com/wasabeef/glide-transformations

8.okhttpUtils工具类
compile 'com.zhy:okhttputils:2.6.2'
https://github.com/hongyangAndroid/okhttputils

9.viewpage竖着滑动
 https://github.com/kaelaela/VerticalViewPager
 compile 'me.kaelaela:verticalviewpager:1.0.0@aar'

10.GreenDao
http://blog.youkuaiyun.com/bskfnvjtlyzmv867/article/details/71250101
在app中的gradle中添加:①compile 'org.greenrobot:greendao:3.2.2' // add library

②在android里添加-->greendao { schemaVersion 1
                             daoPackage 'com.ping.greendao.gen'-->自己的包名
                             targetGenDir 'src/main/java'}

③在最顶上添加   apply plugin: 'com.android.application'
                 apply plugin: 'org.greenrobot.greendao' // apply plugin

在总的gradle中添加:①repositories中写-->mavenCentral() // add repository
                    ②dependencies{
                    classpath 'com.android.tools.build:gradle:2.3.0'
                    classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // add plugin}  

percent百分比布局依赖
11. compile 'com.android.support:percent:22.2.0'


评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值