Android开源控件-常用控件地址

  1. 1. 图片加载
    1. 1.1. Glide
  2. 2. 网络框架
    1. 2.1. Okhttp
    2. 2.2. Retrofit
    3. 2.3. Okhttp-OkGo
    4. 2.4. NoHttp
  3. 3. 线程调度
    1. 3.1. RxJava
    2. 3.2. RxAndroid
  4. 4. 数据库
    1. 4.1. GreenDao
    2. 4.2. Realm-Java
    3. 4.3. xUtils3
  5. 5. 系统特性
    1. 5.1. 6.0动态权限
      1. 5.1.1. AndPermission
      2. 5.1.2. RxPermissions
  6. 6. UI控件
    1. 6.1. 轮播图
      1. 6.1.1. Banner
    2. 6.2. 下拉刷新上拉加载
      1. 6.2.1. SmartRefreshLayout
    3. 6.3. 图表
      1. 6.3.1. MPAndroidChart
      2. 6.3.2. Hellocharts-android
    4. 6.4. 多功能列表
      1. 6.4.1. SwipeRecyclerView
      2. 6.4.2. BaseRecyclerViewAdapterHelper

图片加载

Glide

https://github.com/bumptech/glide

网络框架

Okhttp

https://github.com/square/okhttp

Retrofit

https://github.com/square/retrofit

Okhttp-OkGo

https://github.com/jeasonlzy/okhttp-OkGo

NoHttp

https://github.com/yanzhenjie/NoHttp

线程调度

RxJava

https://github.com/ReactiveX/RxJava

RxAndroid

https://github.com/ReactiveX/RxAndroid

数据库

GreenDao

https://github.com/greenrobot/greenDAO

Realm-Java

https://github.com/realm/realm-java

xUtils3

https://github.com/wyouflf/xUtils3

系统特性

6.0动态权限

AndPermission

https://github.com/yanzhenjie/AndPermission

RxPermissions

https://github.com/tbruyelle/RxPermissions

UI控件

轮播图

https://github.com/youth5201314/banner

下拉刷新上拉加载

SmartRefreshLayout

https://github.com/scwang90/SmartRefreshLayout

图表

MPAndroidChart

https://github.com/PhilJay/MPAndroidChart

Hellocharts-android

https://github.com/lecho/hellocharts-android

多功能列表

SwipeRecyclerView

https://github.com/yanzhenjie/SwipeRecyclerView

BaseRecyclerViewAdapterHelper

https://github.com/CymChad/BaseRecyclerViewAdapterHelper