Initial commit: Android题库APP - Jetpack Compose + Retrofit
This commit is contained in:
39
README.md
Normal file
39
README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# 题库APP
|
||||
|
||||
基于Jetpack Compose开发的Android题库应用,后端API地址:https://tiku.lideshan.cn/
|
||||
|
||||
## 功能特性
|
||||
|
||||
- 用户登录认证
|
||||
- 题库浏览(支持分类筛选、搜索)
|
||||
- 题目详情查看
|
||||
- 收藏功能
|
||||
- 文章浏览
|
||||
- 学习统计
|
||||
|
||||
## 技术栈
|
||||
|
||||
- Kotlin
|
||||
- Jetpack Compose
|
||||
- Retrofit2
|
||||
- ViewModel + Flow
|
||||
- Material3
|
||||
|
||||
## 构建
|
||||
|
||||
```bash
|
||||
./gradlew assembleDebug
|
||||
```
|
||||
|
||||
## 发布
|
||||
|
||||
推送tag即可自动触发构建发布:
|
||||
|
||||
```bash
|
||||
git tag v1.0.0
|
||||
git push origin v1.0.0
|
||||
```
|
||||
|
||||
## 下载
|
||||
|
||||
从Releases页面下载最新APK安装使用。
|
||||
Reference in New Issue
Block a user