Android常用开发库

图片加载

1.Glide:https://github.com/bumptech/glide
2.Picasso:https://github.com/square/picasso
3.Fresco:https://github.com/facebook/fresco

网络请求

1.OkHttp:http://square.github.io/okhttp/
2.Volley:https://github.com/google/volley
3.Retrifit:http://square.github.io/retrofit/

下拉刷新

1.SmartRefreshLayout:https://github.com/scwang90/SmartRefreshLayout
2.XRefreshView:https://github.com/huxq17/XRefreshView
3.PullToRefreshAndLoad:https://github.com/jingchenUSTC/PullToRefreshAndLoad
4.android-Ultra-Pull-To-Refresh:https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh
5.Android-PullToRefresh:https://github.com/chrisbanes/Android-PullToRefresh
6.MaterialRefreshLayout:https://github.com/android-cjj/Android-MaterialRefreshLayout#materialrefreshlayout-v130
7.RecyclerRefreshLayout:https://github.com/dinuscxj/RecyclerRefreshLayout#recyclerrefreshlayout

Loading

1.AVLoadingIndicatorView:https://github.com/81813780/AVLoadingIndicatorView
2.LoadingDrawable:https://github.com/dinuscxj/LoadingDrawable
3.LoadingView:https://github.com/ldoublem/LoadingView#loadingview

Rx系列

1.RxJava:https://github.com/ReactiveX/RxJava
2.RxAndroid:https://github.com/ReactiveX/RxAndroid

事件分发

1.EventBus:https://github.com/greenrobot/EventBus

辅助类

1.butterknife:https://github.com/JakeWharton/butterknife
2.Gson:https://github.com/google/gson
3.Dagger:https://github.com/google/dagger/projects
4.logger:https://github.com/orhanobut/logger
5.MPAndroidChart:https://github.com/PhilJay/MPAndroidChart

Android studio插件

ButterKnifeZelezny

你可能感兴趣的:(Android常用开发库)