1. 程式人生 > >Android 常用第三方外掛

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/