https://github.com/sanyuan0704/driving_test_system
https://github.com/sanyuan0704/driving_test_system
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanyuan0704/driving_test_system
- Owner: sanyuan0704
- License: mit
- Created: 2020-11-30T02:15:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T11:26:29.000Z (over 3 years ago)
- Last Synced: 2025-04-01T22:08:17.720Z (6 months ago)
- Language: Java
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# driving_test_system
科目三驾考系统。
## 系统运行要求
- Android 6.0及以上
- 平板设备最佳## 项目结构说明
```
├─app
│ ├─...
│ └─src
│ ├─...
│ ├─main
│ │ ├─java
│ │ │ └─com
│ │ │ └─whut
│ │ │ └─driving_test_system:主目录
│ │ │ ├─models:主要处理和数据库Room相关的操作
│ │ │ │ ├─daos
│ │ │ │ ├─eneities
│ │ │ │ └─repositories
│ │ │ ├─ui:相关UI组件和控制器
│ │ │ │ ├─adapters
│ │ │ │ ├─fragments
│ │ │ │ └─viewmodels
│ │ │ └─MainActivity.java:程序入口
│ │ └─res
│ │ ├─...
└─gradle
└─wrapper
```