Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/doracachesample
🎉 dcache-android的使用示例代码,https://github.com/dora4/dcache-android
https://github.com/dora4/doracachesample
android cache
Last synced: about 2 months ago
JSON representation
🎉 dcache-android的使用示例代码,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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T18:22:09.000Z (2 months ago)
- Last Synced: 2024-12-01T19:24:19.868Z (2 months ago)
- Topics: android, cache
- Language: Kotlin
- Homepage:
- Size: 32.5 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DoraCacheSample
### 运行效果
![avatar](https://github.com/dora4/DoraCacheSample/blob/main/art/get_started.gif)
### 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 = '2.5.19'
api "com.github.dora4:dcache-android:$latest_version"
```