https://github.com/dora4/DoraCacheSample
🎉 自定义的数据层框架,https://github.com/dora4/dcache-android 的使用教程。
https://github.com/dora4/DoraCacheSample
android cache
Last synced: 8 months ago
JSON representation
🎉 自定义的数据层框架,https://github.com/dora4/dcache-android 的使用教程。
- Host: GitHub
- URL: https://github.com/dora4/DoraCacheSample
- Owner: dora4
- License: gpl-3.0
- Created: 2021-06-19T10:03:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T16:17:07.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:36:18.532Z (over 1 year ago)
- Topics: android, cache
- Language: Kotlin
- Homepage:
- Size: 32.6 MB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoraCacheSample
### 运行效果

### App下载
[Android](https://www.pgyer.com/Qiiq8emN)
### Gradle依赖配置
将dcache-android克隆到根目录下。
```bash
// 进入项目根目录
cd DoraCacheSample
// 克隆依赖的主框架
git clone https://github.com/dora4/dcache-android.git
```
也可以将本地的库依赖修改为远程jitpack的依赖。
```groovy
// 依赖dcache
def latest_version = '3.1.9'
api "com.github.dora4:dcache-android:$latest_version"
```