Loading Android Google Style Loading Animation Library Dec 23, 2019 1 min read CirclesLoadingView Android Google Style Loading Animation Library. Usage Add view into your layout file <me.ibrahimsn.lib.CirclesLoadingView android:layout_width="match_parent" android:layout_height="wrap_content" app:circleRadius="8dp" app:circleMargin="8dp" app:animDistance="10dp" app:animDuration="500" app:animDelay="150" app:animInterpolator="accelerateDecelerate" app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" /> XML Setup allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.ibrahimsn98:CirclesLoadingView:1.0' } Gradle GitHub LoadingCircular
Loading A Compose multiplatform library which provides a modifier for displaying placeholder UI A Compose multiplatform library which provides a modifier for displaying placeholder UI 26 October 2023
Loading Shimmer and Shadow Loading Effect Animation with Jetpack Compose Shimmer and Shadow Loading Effect Animation with Jetpack Compose 11 October 2023
Circular Circular Percatage View with exact value Circular Percatage View with exact value 14 September 2023