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'
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'
本文精选了一系列Android开发中常用的工具及第三方库,包括API调试工具、页面滑动效果实现、FlowLayout布局、轮播图展示、版本更新工具、常用工具类、图片裁剪工具、OkHttp封装库、竖直滑动的ViewPager、GreenDao数据库管理等,为开发者提供便利。
846

被折叠的 条评论
为什么被折叠?



