Ecosyste.ms: Awesome

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

https://github.com/zjywill/OverwatchProgress

An android loading view mock Overwatch style
https://github.com/zjywill/OverwatchProgress

android

Last synced: 1 day ago
JSON representation

An android loading view mock Overwatch style

Lists

README

        

# OverwatchProgress
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-OverwatchProgress-blue.svg?style=flat)](https://android-arsenal.com/details/1/5722)
[![](https://jitpack.io/v/zjywill/OverwatchProgress.svg)](https://jitpack.io/#zjywill/OverwatchProgress)
[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
[![API](https://img.shields.io/badge/API-14%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14)

Have you ever played Overwatch and amazed by the beautiful loading view, now you can use in your android application.

# Example
```

```

# Installation
```
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```
```
dependencies {
compile 'com.github.zjywill:OverwatchProgress:1.6'
}
```

# License
```
Copyright [2017] [Junyi Zhang]

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.
```