# BasicAndroid **Repository Path**: drunk-dreamy/basic-android ## Basic Information - **Project Name**: BasicAndroid - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-08 - **Last Updated**: 2025-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # basic_project #### 介绍 初始化项目所用base 包含MVVM架构,网络请求,项目架构等功能 为了方便 新项目一键式开发所用 #### 好的三方库 初始化业务 -- https://github.com/idisfkj/android-startup glide -- https://muyangmin.github.io/glide-docs-cn/ eventBus https://github.com/greenrobot/EventBus aRoute -- 组件化路由管理 https://github.com/alibaba/ARouter/blob/master/README_CN.md flexBox -- LinearLayout 自动换行 类CSSFlexBox样式开发 https://github.com/google/flexbox-layout SmartRefreshLayout https://github.com/scwang90/SmartRefreshLayout banner https://github.com/youth5201314/banner okHttp Retrofit https://square.github.io/ fastJson https://github.com/alibaba/fastjson/wiki/ leakcanary -- 性能分析 https://square.github.io/leakcanary/ zXing -- 二维码相关 https://github.com/zxing/zxing/wiki/Getting-Started-Developing#android doKit -- 产品研发全生命周期的效率平台 https://github.com/didi/DoKit multitype -- RecyclerView 多条目实现方案 https://github.com/drakeet/MultiType ##### 批量引入文件夹下的 lib dependencies { project(':name').getSubprojects().each { implementation it } }