android开发常用库

    //工具https://github.com/Tamsiree/RxTool

    implementation'com.github.tamsiree.RxTool:RxKit:2.6.2'

    implementation'com.github.tamsiree.RxTool:RxUI:2.6.2'

    //轮播组件https://github.com/youth5201314/banner

    implementation'com.youth.banner:banner:2.1.0'

    //刷新组件https://github.com/scwang90/SmartRefreshLayout

    implementation'com.scwang.smart:refresh-layout-kernel:2.0.1'

    implementation'com.scwang.smart:refresh-header-classics:2.0.1'

    implementation'com.scwang.smart:refresh-footer-classics:2.0.1'

    //glide https://github.com/bumptech/glide/

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

    annotationProcessor'com.github.bumptech.glide:compiler:4.11.0'

    //多状态页面 https://github.com/qyxxjd/MultipleStatusView

    implementation'com.classic.common:multiple-status-view:1.7'

    //列表适配器https://github.com/CymChad/BaseRecyclerViewAdapterHelper

    implementation'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.4'

    //超级textview https://github.com/lygttpod/SuperTextView

    implementation'com.github.lygttpod:SuperTextView:2.4.2'

    //表单验证https://github.com/LongMaoC/validateui

    implementation'com.github.LongMaoC:validateui:v2.3'

    //事件总线https://github.com/greenrobot/EventBus

    implementation'org.greenrobot:eventbus:3.1.1'

    //数据库https://github.com/guolindev/LitePal

    implementation'org.litepal.guolindev:core:3.2.2'

    //侧滑列表https://github.com/yanzhenjie/SwipeRecyclerView

    implementation'com.yanzhenjie.recyclerview:x:1.3.2'

    //指纹验证库https://github.com/Likeyong/FingerManagerCompat

    implementation'com.codersun:fingermanager:1.0.2'

    //手势识别https://github.com/aritraroy/PatternLockView

    implementation'com.andrognito.patternlockview:patternlockview:1.0.0'

    implementation'com.andrognito.patternlockview:patternlockview-reactive:1.0.0'

    //时间总线https://github.com/greenrobot/EventBus

    implementation'org.greenrobot:eventbus:3.2.0'

//权限申请https://github.com/guolindev/PermissionX

implementation'com.permissionx.guolindev:permissionx:1.4.0'

    // 透明状态栏 基础依赖包,必须要依赖https://github.com/gyf-dev/ImmersionBar

//    implementation 'com.gyf.immersionbar:immersionbar:3.0.0'

//    // fragment快速实现(可选)

//    implementation 'com.gyf.immersionbar:immersionbar-components:3.0.0'


//图片选择框架 https://github.com/LuckSiege/PictureSelector

implementation'com.github.LuckSiege.PictureSelector:picture_library:v2.5.8'

//视频 https://github.com/CarGuo/GSYVideoPlayer

implementation 'com.shuyu:GSYVideoPlayer:8.0.0'

你可能感兴趣的:(android开发常用库)