Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JeasonWong/SlackLoadingView

手摸手教你写Slack的Loading动画
https://github.com/JeasonWong/SlackLoadingView

Last synced: 3 months ago
JSON representation

手摸手教你写Slack的Loading动画

Awesome Lists containing this project

README

        

## What's SlackLoadingView ?
Imitate Slack loading animation.

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-SlackLoadingView-green.svg?style=true)](https://android-arsenal.com/details/1/4154)

## Demo

## Article
[手摸手教你写Slack的Loading动画](http://www.wangyuwei.me/2016/08/15/%E6%89%8B%E6%91%B8%E6%89%8B%E6%95%99%E4%BD%A0%E5%86%99Slack%E7%9A%84Loading%E5%8A%A8%E7%94%BB/)

##Build
#####Step 1
```build
repositories {
maven {
url 'https://dl.bintray.com/wangyuwei/maven'
}
}
```
#####Step 2
```java
compile 'me.wangyuwei:SlackLoadingView:1.0.1'
```

##**License**

```license
Copyright [2016] [JeasonWong of copyright owner]

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 at

http://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.
```