67

GitHub - ybq/Android-SpinKit: Android loading animations

 4 years ago
source link: https://github.com/ybq/Android-SpinKit
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Android-SpinKit

Android loading animations(I wrote a android edition according SpinKit)

Demo Apk

Preview

screen.gif

screen2.gif

Gradle Dependency

dependencies {
   implementation 'com.github.ybq:Android-SpinKit:1.4.0'
}

Usage

  • Xml
<com.github.ybq.android.spinkit.SpinKitView
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/spin_kit"
    style="@style/SpinKitView.Large.Circle"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    app:SpinKit_Color="@color/colorAccent" />         
  • ProgressBar
ProgressBar progressBar = (ProgressBar)findViewById(R.id.progress);
Sprite doubleBounce = new DoubleBounce();
progressBar.setIndeterminateDrawable(doubleBounce);

Style

@style/SpinKitView
@style/SpinKitView.Circle
@style/SpinKitView.Large
@style/SpinKitView.Small
@style/SpinKitView.Small.DoubleBounce   
Style Preview RotatingPlane RotatingPlane DoubleBounce DoubleBounce Wave Wave WanderingCubes WanderingCubes Pulse Pulse ChasingDots ChasingDots ThreeBounce ThreeBounce Circle Circle CubeGrid CubeGrid FadingCircle FadingCircle FoldingCube FoldingCube RotatingCircle RotatingCircle

Acknowledgements


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK