知鸟
学习休闲加娱乐。点击下载APP
- 架构:MVI
- 主要依赖:Retrofit、Room、Kotlin Coroutines、ARouter 等
- 构建工具:Android Studio + Gradle
简要列出核心模块:
| 模块名 | 类型 | 功能 |
|---|---|---|
| app | application | 主模块 |
| user | feature | 用户相关 |
| home | library | 首页模块 |
| hot | library | 热门模块 |
| im | library | 聊天模块 |
| common | library | 公共库 |
- 克隆项目:
git clone https://github.com/zxy-hunan/android-sand.git - 打开 Android Studio
- 同步 Gradle 并运行
关键库及其用途:
| 库名 | 用途 |
|---|---|
| AFrameworkMVI | mvi架构 |
| lottie | 动画 |
| MMKV | 本地存储 |
| Layer | 悬浮窗 |
| dkplayer | 类似抖音播放 |
| Retrofit,Net,xUtils | 网络请求 |
| Glide | 图片加载 |
简要记录版本更新内容:
- 初始版本,包含首页与登录功能
- 添加用户模块,实现用户注册、登录、信息展示等功能
- 添加聊天模块,实现聊天功能
- 添加热门模块,实现热门列表展示等功能
- 添加公共库,实现一些通用功能
- 添加悬浮窗功能
- 添加动画功能
- 添加抖音播放功能
- 添加网络请求功能
- 添加图片加载功能
- 添加本地存储功能
- 官方文档链接
- 技术中台:https://github.com/getActivity/AndroidProject
- 基于协程/OkHttp网络请求工具:https://github.com/liangjingkanji/Net
- 快速构建 RecyclerView:https://github.com/liangjingkanji/BRV
- ...
- 邮箱: 838158472@qq.com
MIT License

