Android 常用第三方插件

1、RecyclerView 列表view

implementation 'com.android.support:recyclerview-v7:28.0.0-rc01'

2、Gson Json与对象转换工具

implementation 'com.google.code.gson:gson:2.8.0'

3、Glide 图片加载框架

  implementation 'com.github.bumptech.glide:glide:3.7.0'

4、PhotoView 图片缩放控件

  implementation ‘com.bm.photoview:library:1.4.1‘

5、IJKPlayer IJK视频播放器

  链接:https://github.com/Bilibili/ijkplayer

6、Logger 日志打印

  implementation ‘com.orhanobut:logger:1.15’

7、Retrofit 网络请求框架

  链接:https://square.github.io/retrofit/

posted @ 2019-01-05 10:30  后天打老虎  阅读(987)  评论(0编辑  收藏  举报