Skip to content
forked from KingJA/LoadSir

A lightweight, good expandability Android library used for displaying different pages like loading, error, empty, timeout or even your custom page when you load a page.(优雅地处理加载中,重试,无数据等)

Notifications You must be signed in to change notification settings

tiamosu/LoadSir

 
 

Repository files navigation

LoadSir

本项目fork自(KingJA/LoadSir)

Download

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }

        //或者 sonatype
        maven { url "https://s01.oss.sonatype.org/content/groups/public" }
        maven { url "https://s01.oss.sonatype.org/content/repositories/releases" }
    }
}
implementation 'com.gitee.tiamosu:loadsir:3.0.1'

感谢原作者的贡献

About

A lightweight, good expandability Android library used for displaying different pages like loading, error, empty, timeout or even your custom page when you load a page.(优雅地处理加载中,重试,无数据等)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.2%
  • Kotlin 34.8%