https://github.com/dora4/dview-swipe-layout
下拉刷新上拉加载
https://github.com/dora4/dview-swipe-layout
Last synced: 2 months ago
JSON representation
下拉刷新上拉加载
- Host: GitHub
- URL: https://github.com/dora4/dview-swipe-layout
- Owner: dora4
- License: apache-2.0
- Created: 2024-06-12T21:28:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-05T18:49:23.000Z (2 months ago)
- Last Synced: 2026-04-05T20:33:32.017Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 133 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-swipe-layout

--------------------------------
#### 卡片

https://github.com/user-attachments/assets/1320308e-a858-4f1f-b951-715b3f50cc9f
#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-swipe-layout:1.1'
}
```