Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:


Get it on Google Play

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

[1]: ./art/velocimeter.png
[2]: ./art/velocimeter.gif