An open API service indexing awesome lists of open source software.

https://github.com/dora4/dview-swipe-layout

下拉刷新上拉加载
https://github.com/dora4/dview-swipe-layout

Last synced: 2 months ago
JSON representation

下拉刷新上拉加载

Awesome Lists containing this project

README

          

dview-swipe-layout
![Release](https://jitpack.io/v/dora4/dview-swipe-layout.svg)
--------------------------------

#### 卡片
![DORA视图 轮回涌动龙](https://github.com/user-attachments/assets/9c1ed908-6a40-4984-8e3f-2c6f9e21d756)

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'
}
```