安卓 记录项目中平时引入的框架

1.圆头像

https://github.com/hdodenhof/CircleImageView 

2.多布局(加载布局  内容布局  加载出错布局)  

https://github.com/Kennyc1012/MultiStateView

3.幻灯播放

https://github.com/youth5201314/banner
implementation 'com.youth.banner:banner:1.4.10'

4. 视频播放器
    https://github.com/CarGuo/GSYVideoPlayer

5.浮动按钮(圆)

https://github.com/Clans/FloatingActionButton

implementation 'com.getbase:floatingactionbutton:1.10.1'

6.流动布局  若横向超出自动换行

https://github.com/hongyangAndroid/FlowLayout
implementation 'cn.lankton:flowlayout:1.0.1'

7.知乎  图片选择器

https://github.com/zhihu/Matisse

implementation 'com.zhihu.android:matisse:0.5.1'

8.权限访问框架

https://github.com/tbruyelle/RxPermissions
implementation 'io.reactivex.rxjava2:rxjava:2.1.9'
implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
   

9.图片加载
  implementation 'com.lzy.widget:view-core:0.2.1'
  implementation 'com.github.bumptech.glide:glide:3.8.0'
  implementation 'com.squareup.picasso:picasso:2.5.2'

10.圆矩形

 https://github.com/vinc3m1/RoundedImageView
 implementation 'com.makeramen:roundedimageview:2.3.0'
 11.点赞

 https://github.com/venshine/GoodView

  implementation 'com.wx.goodview:goodview:1.0.0'

12.上拉刷新

 https://github.com/scwang90/SmartRefreshLayout
 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5.1'

13.adater 框架(推荐)

 https://github.com/CymChad/BaseRecyclerViewAdapterHelper
  implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'

14.网络加载  ajax请求

https://github.com/square/okhttp

使用文档

https://www.jianshu.com/p/1873287eed87

15.对话框样式

https://github.com/lguipeng/BubbleView

16.简单的表情fragment

https://github.com/shiqikai/yykEmoji

17.webview加载

https://github.com/Justson/AgentWeb

18.状态栏透明度,显示隐藏

https://github.com/laobie/StatusBarUtil

19.城市选择器

https://github.com/crazyandcoder/citypicker

implementation 'com.zaaach:citypicker:2.0.2' 

20.百度地图app底部弹出窗

https://github.com/Flipboard/bottomsheet

implementation 'com.flipboard:bottomsheet-core:1.5.2'

21.文本折叠

https://github.com/Manabu-GT/ExpandableTextView

implementation 'com.ms-square:expandableTextView:0.1.4'

https://github.com/Carbs0126/ExpandableTextView

implementation 'cn.carbs.android:ExpandableTextView:1.0.3'

22.二维码扫描

https://github.com/yipianfengye/android-zxingLibrary

implementation 'cn.yipianfengye.android:zxing-library:2.2'

23.开关按钮

https://github.com/kyleduo/SwitchButton

24.订单折叠

https://github.com/chaychan/ExpandableLinearLayout

猜你喜欢

转载自blog.csdn.net/qq_36593317/article/details/83186225
今日推荐