An Android library to display sync progress in a dialog.
You can install this with Gradle , Maven , sbt or Leiningen
dependencies {
implementation 'com.github.lahiru04:syncprogressdialog:Tag'
}
<dependency>
<groupId>com.github.lahiru04</groupId>
<artifactId>syncprogressdialog</artifactId>
<version>Tag</version>
</dependency>
libraryDependencies += "com.github.lahiru04" % "syncprogressdialog" % "Tag"
:dependencies [[com.github.lahiru04/syncprogressdialog "Tag"]]
- ⇄ Pull/Merge requests and ★ Stars are always welcome.
- For bugs and feature requests, please [create an issue][github-issue].