Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JeasonWong/SlackLoadingView
手摸手教你写Slack的Loading动画
https://github.com/JeasonWong/SlackLoadingView
Last synced: 3 months ago
JSON representation
手摸手教你写Slack的Loading动画
- Host: GitHub
- URL: https://github.com/JeasonWong/SlackLoadingView
- Owner: JeasonWong
- Created: 2016-08-14T08:15:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T09:45:50.000Z (about 8 years ago)
- Last Synced: 2024-06-16T01:32:50.982Z (5 months ago)
- Language: Java
- Size: 4.25 MB
- Stars: 682
- Watchers: 20
- Forks: 86
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - SlackLoadingView - 模仿Slack加载动画 (进度条)
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 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.
```