Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anton46/Android-StepsView
Android-StepsView
https://github.com/anton46/Android-StepsView
Last synced: about 1 month ago
JSON representation
Android-StepsView
- Host: GitHub
- URL: https://github.com/anton46/Android-StepsView
- Owner: anton46
- License: apache-2.0
- Created: 2015-06-22T03:56:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T06:17:22.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:45:41.798Z (4 months ago)
- Language: Java
- Homepage: http://anton46.com
- Size: 623 KB
- Stars: 1,366
- Watchers: 39
- Forks: 260
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Android StepsView - A simple progress steps view on Android. (Android)
- awesome-indonesia-repo - Android StepsView - A simple progress steps view on Android. (Android)
- awesome-vietnam-repo - Android StepsView - A simple progress steps view on Android. (Android)
README
# Android-StepsView
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.anton46/stepsview/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.anton46/collection-picker/) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--StepsView-green.svg?style=flat)](https://android-arsenal.com/details/1/2021)![Example image](./image1.png) ![Example image](./image2.png)
## Usage
**Gradle**
```gradle
compile 'com.anton46:stepsview:0.0.2'
````
**Maven**
```xmlcom.anton46
stepsview
0.0.2```
```xml
``````java
mStepsView.setLabels(steps)
.setBarColorIndicator(getContext().getResources().getColor(R.color.material_blue_grey_800))
.setProgressColorIndicator(getContext().getResources().getColor(R.color.orange))
.setLabelColorIndicator(getContext().getResources().getColor(R.color.orange))
.setCompletedPosition(0)
.drawView();
```
Developed by
========================
* Anton Nurdin Tuhadiansyah ([email protected])
* [anton46.com][1][1]: http://anton46.com
License
-----------```
Copyright 2015 Anton Nurdin TuhadiansyahLicensed 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.
```