Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glomadrian/velocimeter-view
A velocimeter View for Android
https://github.com/glomadrian/velocimeter-view
Last synced: 2 days ago
JSON representation
A velocimeter View for Android
- Host: GitHub
- URL: https://github.com/glomadrian/velocimeter-view
- Owner: glomadrian
- Created: 2015-06-08T21:30:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T09:02:38.000Z (over 8 years ago)
- Last Synced: 2024-08-05T19:35:25.229Z (3 months ago)
- Language: Java
- Size: 1.34 MB
- Stars: 613
- Watchers: 37
- Forks: 156
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Velocimeter
-----------------
[![Build Status](https://travis-ci.org/glomadrian/velocimeter-view.svg)](https://travis-ci.org/glomadrian/velocimeter-view)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Velocimeter-green.svg?style=flat)](https://android-arsenal.com/details/1/1956)
[
![Download](https://api.bintray.com/packages/glomadrian/maven/velocimeterlibrary/images/download.svg) ](https://bintray.com/glomadrian/maven/velocimeterlibrary/_latestVersion)A velocimeter View for Android
![Demo Screenshot][1]
![Demo Screenshot][2]
### Sample video:
[Youtube Velocimeter video](http://youtu.be/umTOKLu2syg)
### Sample app:
How to use
----------Default colors
```xml```
With custom colors and attributes
```xml```
Remember put this for custom attribute usage
```java
xmlns:app="http://schemas.android.com/apk/res-auto"
```
For Gradle
---------------------Add repository
```groovy
repositories {
maven {
url "http://dl.bintray.com/glomadrian/maven"
}
}
```
Add dependency
```groovy
compile 'com.github.glomadrian:velocimeterlibrary:1.1@aar'
```
Developed By
------------
Adrián García Lomas -
* [Twitter](https://twitter.com/glomadrian)
* [LinkedIn](https://es.linkedin.com/in/glomadrian )License
-------Copyright 2015 Adrián García Lomas
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.[1]: ./art/velocimeter.png
[2]: ./art/velocimeter.gif