Android快速开发整理(库、插件、常用网站)

一、官方支持库
compile ‘com.android.support:appcompat-v7:26.1.0’
compile ‘com.android.support:support-v4:26.1.0’
compile ‘com.android.support:recyclerview-v7:26.1.0’
compile ‘com.android.support:support-v13:26.1.0’
compile ‘com.android.support:design:26.1.0’
compile ‘com.android.support:cardview-v7:26.1.0’

二、第三方库
部分库是jitpack的发布方式,需要在project下的build.gradle中加上(可直接加上,一劳永逸)
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
12345

工具

Gson

implementation 'com.google.code.gson:gson:2.8.5’
GitHub:https://github.com/google/gson
相关文章:Gson 解析教程

Glide

implementation 'com.github.bumptech.glide:glide:4.8.0’
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0’
GitHub:https://github.com/bumptech/glide
相关文章:带你全面了解Glide 4的用法

Glide Transformations

implementation 'jp.wasabeef:glide-transformations:3.3.0’
Github:https://github.com/wasabeef/glide-transformations

Picasso

implementation 'com.squareup.picasso:picasso:2.71828’
官网:http://square.github.io/picasso/
GitHub:https://github.com/square/picasso
相关文章:picasso-强大的Android图片下载缓存库

Picasso Transformations

compile 'jp.wasabeef:picasso-transformations:2.2.1’
Github:https://github.com/wasabeef/picasso-transformations

Butter Knife

implementation 'com.jakewharton:butterknife:8.8.1’
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1’
官网:http://jakewharton.github.io/butterknife/
GitHub:https://github.com/JakeWharton/butterknife
相关文章:Butter Knife 配置和使用及插件

Dagger 2(Google)

compile 'com.google.dagger?2.x’
annotationProcessor 'com.google.dagger:dagger-compiler:2.x’
Github:https://github.com/google/dagger

EventBus

compile 'org.greenrobot:eventbus:3.1.1’
Github:https://github.com/greenrobot/EventBus
相关文章:EventBus使用详解(一)——初步使用EventBus
EventBus使用详解(二)——EventBus使用进阶

greenDAO

implementation 'org.greenrobot:greendao:3.2.2’
Github:https://github.com/greenrobot/greenDAO
相关文章:玩转Android之数据库框架greenDAO3.0使用指南

PermissionsDispatcher(6.0权限)

implementation "com.github.hotchemi:permissionsdispatcher:4.0.0-alpha1"
annotationProcessor "com.github.hotchemi:permissionsdispatcher-processor:4.0.0-alpha1"
GitHub:https://github.com/hotchemi/PermissionsDispatcher
相关文章:Android6.0运行时权限。

RxPermissions(6.0权限)

** implementation ‘com.github.tbruyelle:rxpermissions:0.10.2’**
GitHub:https://github.com/tbruyelle/RxPermissions

Android Saripaar v2(表单校验)

compile 'com.mobsandgeeks:android-saripaar:2.0.3’
Github:https://github.com/ragunathjawahar/android-saripaar/
相关文章:Android之表单验证,Validation三方集成。

YUtils(Android快速开发工具集合)

implementation 'com.github.yechaoa:YUtils:2.1.0’
GitHub:https://github.com/yechaoa/YUtils

AndroidUtilCode(各种util)

implementation 'com.blankj:utilcode:1.19.0’
GitHub:https://github.com/Blankj/AndroidUtilCode


网络

OkHttp

implementation 'com.squareup.okhttp3:okhttp:3.11.0’
官网:http://square.github.io/okhttp/
GitHub:https://github.com/square/okhttp

okhttp-utils(鸿洋_)

compile 'com.zhy:okhttputils:2.6.2’
GitHub:https://github.com/hongyangAndroid/okhttputils
相关文章:Android OkHttp完全解析 是时候来了解OkHttp了

OkGo

compile 'com.lzy.net:okgo:3.0.4’
GitHub:https://github.com/jeasonlzy/okhttp-OkGo

xUtils3

compile 'org.xutils:xutils:3.5.0’
GitHub:https://github.com/wyouflf/xUtils3

MVP

官方例子Github:https://github.com/googlesamples/android-architecture/tree/todo-mvp/
相关文章:浅谈 MVP in Android(鸿洋_)
MVP快速开发框架

Retrofit

implementation 'com.squareup.retrofit2:retrofit:2.4.0’
官网:http://square.github.io/retrofit/
GitHub:https://github.com/square/retrofit

RX系列:https://github.com/ReactiveX
RxJava

implementation "io.reactivex.rxjava2:rxjava:2.2.0"
Github:https://github.com/ReactiveX/RxJava

RxAndroid

implementation 'io.reactivex.rxjava2:rxandroid:2.1.0’
Github:https://github.com/ReactiveX/RxAndroid
--------------------- 
作者:yechaoa 
来源:CSDN 
原文:https://blog.csdn.net/yechaoa/article/details/72870470?utm_source=copy 
版权声明:本文为博主原创文章,转载请附上博文链接!

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值