KRefreshLayout (JRefreshLayout)
Kotlin and Java versions of the drop-down refresh framework, support any View, support custom arbitrary header.
KRefreshLayout
gradle
compile 'gorden.refresh:refresh-kotlin:1.3'
maven
<dependency>
<groupId>gorden.refresh</groupId>
<artifactId>refresh-kotlin</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
JRefreshLayout
gradle
compile 'gorden.refresh:refresh-java:1.3'
maven
<dependency>
<groupId>gorden.refresh</groupId>
<artifactId>refresh-java</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency