1 Repo
Collections of animated loading spinner views implemented using Android's drawing and animation APIs.
Distinct from CSS Loading Spinner Libraries: Distinct from CSS Loading Spinner Libraries: targets Android native views rather than web CSS-based spinners.
Explore 1 awesome GitHub repository matching web development · Android Spinner Libraries. Refine with filters or upvote what's useful.
Android-SpinKit is an Android animation library that provides a collection of animated loading spinner views for use as progress indicators during asynchronous operations. The library offers multiple predefined animation styles, including Circle, Wave, and DoubleBounce, which can be selected and displayed as standard Android View elements within an application's layout. The library distinguishes itself by being built entirely on the Android SDK's drawing and animation APIs, with no external dependencies required. Each spinner type implements a distinct animation state machine using Android's
Provides animated loading spinner views with multiple predefined styles for Android applications.