close
Skip to content

commandiron/ComposeLoading

Repository files navigation

ComposeLoading Image

Add loading spinners in Android Jetpack Compose.

Implementation of SpinKit with additionals.

How it looks

Preview
Image

Setup

  1. Open the file settings.gradle (it looks like that)
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        // add jitpack here 👇🏽
        maven { url 'https://jitpack.io' }
       ...
    }
} 
...
  1. Sync the project
  2. Add dependency
dependencies {
        implementation 'com.github.commandiron:ComposeLoading:1.0.4'
}

Usage

Spinner Usage Spinner Usage
Image RotatingPlane() Image ChasingDots()
Image DoubleBounce() Image Wave()
Image WanderingCubes() Image Pulse()
Image ChasingTwoDots() Image ThreeBounce()
Image Circle() Image CubeGrid()
Image FadingCircle() Image FoldingCube()
Image InstaSpinner() Image LoadingBar()
Image LoadingDots()