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: 3 months ago
JSON representation
An android loading view mock Overwatch style
- Host: GitHub
- URL: https://github.com/zjywill/OverwatchProgress
- Owner: zjywill
- Created: 2017-05-08T15:06:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T07:07:23.000Z (over 5 years ago)
- Last Synced: 2024-06-16T01:33:26.492Z (5 months ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 354 KB
- Stars: 104
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - OverwatchProgress - 模仿Overwatch的进度条 (进度条)
- awesome-overwatch - OverwatchProgress - An android loading view mock Overwatch style. (Community / Github)
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 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.
```