Home

Awesome

WheelIndicatorView Build Status Android Arsenal Download

A 'Google Fit' like activity indicator for Android

Screenshots

Image

Usage

How to use:

 <com.dlazaro66.wheelindicatorview.WheelIndicatorView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/wheel_indicator_view"
        app:itemsLineWidth="13dp"
        app:filledPercent="40"
        app:backgroundColor="@color/white"
        />
 WheelIndicatorView wheelIndicatorView = new WheelIndicatorView(context);
 WheelIndicatorItem bikeActivityIndicatorItem = new WheelIndicatorItem(1.5f , Color.parseColor("#FF5722"));

Add it to your project

Add WheelIndicatorView dependency to your build.gradle

dependencies{
    compile 'com.dlazaro66.wheelindicatorview:WheelIndicatorView:1.0.0'
}

Do you want to contribute?

Please send a PR or open an issue with your comments!

Developed By

<a href="https://twitter.com/_dlazaro"> <img alt="Follow me on Twitter" src="http://imageshack.us/a/img812/3923/smallth.png" /> </a> <a href="https://es.linkedin.com/pub/david-lázaro-esparcia/49/4b3/342"> <img alt="Add me to Linkedin" src="http://imageshack.us/a/img41/7877/smallld.png" /> </a>

Who's using it

Does your app use WheelIndicatorView? If you want to be featured on this list drop me a line.

Contributors

License

Copyright 2015 David Lázaro

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.