Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesnguyenhub/mkloader
Beautiful and smooth custom loading views
https://github.com/jamesnguyenhub/mkloader
android animation custom custom-view loader loading loading-animation view
Last synced: 10 days ago
JSON representation
Beautiful and smooth custom loading views
- Host: GitHub
- URL: https://github.com/jamesnguyenhub/mkloader
- Owner: jamesnguyenhub
- License: apache-2.0
- Created: 2017-02-13T16:36:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T09:08:10.000Z (about 7 years ago)
- Last Synced: 2024-10-22T14:35:18.707Z (17 days ago)
- Topics: android, animation, custom, custom-view, loader, loading, loading-animation, view
- Language: Java
- Size: 1.13 MB
- Stars: 1,381
- Watchers: 33
- Forks: 166
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - mkloader - 优美又流畅的自定义加载视图 (进度条)
README
# mkloader
[![Build Status](https://travis-ci.org/nntuyen/mkloader.svg?branch=master)](https://travis-ci.org/nntuyen/mkloader)Beautiful and smooth custom loading views
![](screenshot/screenshot.gif)
## Usage
```xml
```
## Supported Types
- `Sharingan`
- `TwinFishesSpinner`
- `ClassicSpinner`
- `LineSpinner`
- `FishSpinner`
- `PhoneWave`
- `ThreePulse`
- `FourPulse`
- `FivePulse`
- `Worm`
- `Whirlpool`
- `Radar`## Download
Gradle```javascript
dependencies {
compile 'com.tuyenmonkey:mkloader:1.4.0'
}
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/).## License
Copyright 2017 Tuyen Monkey
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.