Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuweiguocn/SquareLoading
A square animated loader.
https://github.com/yuweiguocn/SquareLoading
Last synced: about 1 month ago
JSON representation
A square animated loader.
- Host: GitHub
- URL: https://github.com/yuweiguocn/SquareLoading
- Owner: yuweiguocn
- Created: 2016-11-20T14:31:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T09:55:57.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T01:17:20.533Z (4 months ago)
- Language: Java
- Homepage: http://yuweiguocn.github.io/android-basic-animation-3/
- Size: 778 KB
- Stars: 308
- Watchers: 5
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - SquareLoading - 一个方形动画加载器 (进度条)
README
# SquareLoading
[ ![Download](https://api.bintray.com/packages/yuweiguocn/maven/SquareLoading/images/download.svg) ](https://bintray.com/yuweiguocn/maven/SquareLoading/_latestVersion)
[![](https://jitpack.io/v/yuweiguocn/SquareLoading.svg)](https://jitpack.io/#yuweiguocn/SquareLoading)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SquareLoading-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/4849)![](/art/square-loading-demo.gif)
## Design
![](/art/square-loading.gif)
Design by [Divan Raj](https://www.uplabs.com/desdivj) from [Animated Loader](https://www.uplabs.com/posts/animated-loader-after-effects-freebie)
## How to use
1.Add the dependency
```
dependencies {
compile 'io.github.yuweiguocn:SquareLoading:1.3.0'
}
```
2.Add SquareLoading to you layout
``````
## Contact me
weibo:[@于卫国](http://weibo.com/weiguo58)gmail:[[email protected]](mailto:[email protected])
blog:[yuweiguo's blog](http://yuweiguocn.github.io)
## License
```
Copyright 2016 yuweiguocnLicensed 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.
```