Android常用第三方框架

整理下個人近些時間段使用到的第三方框架整理:

//BufferKnife註解框架
implementation 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
//圓形頭像框架
implementation 'de.hdodenhof:circleimageview:2.2.0'
//選圖
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.1.9'
//圓角圓形框架
implementation 'cn.gavinliu.android.lib:ShapedImageView:0.8.4'
//適配器框架
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
//Banner輪播
implementation 'com.youth.banner:banner:1.4.10'
//解決android方法大於65000
implementation 'com.android.support:multidex:1.0.2'
//餃子播放器封裝
implementation 'cn.jzvd:jiaozivideoplayer:6.3.1'
//標籤佈局
implementation 'com.kongzue.stacklabel:stacklabelview:1.1.0'
//事件訂閱發佈
implementation 'org.greenrobot:eventbus:3.0.0'
//刷新框架
implementation 'com.ogaclejapan.smarttablayout:library:1.6.1@aar'
//萬能適配器框架
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
//圖片加載框架
implementation 'com.github.bumptech.glide:glide:4.7.1'
//Glide附屬框架
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
//gson
api 'com.google.code.gson:gson:2.6.2'
//dialog框架
api 'com.kongzue.dialog:dialog:2.3.4.2'
implementation 'com.kongzue.baseframework:baseframework:6.6.3'
api 'com.kongzue.kongzueupdatesdk:kongzueupdatesdk:1.4.0'

暫時就以上辣麼多,以後有常用的會及時更新的。接下來會寫一些對框架的使用。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章