Android StepsView

Android Steps view widget

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.anton46
ArtifactId

ArtifactId

stepsview
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

Android StepsView
Android Steps view widget
Project URL

Project URL

https://github.com/anton46/Android-StepsView
Source Code Management

Source Code Management

https://github.com/anton46/Android-StepsView

Download stepsview

How to add to project

<!-- https://jarcasting.com/artifacts/com.anton46/stepsview/ -->
<dependency>
    <groupId>com.anton46</groupId>
    <artifactId>stepsview</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.anton46/stepsview/
implementation 'com.anton46:stepsview:0.0.2'
// https://jarcasting.com/artifacts/com.anton46/stepsview/
implementation ("com.anton46:stepsview:0.0.2")
'com.anton46:stepsview:aar:0.0.2'
<dependency org="com.anton46" name="stepsview" rev="0.0.2">
  <artifact name="stepsview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.anton46', module='stepsview', version='0.0.2')
)
libraryDependencies += "com.anton46" % "stepsview" % "0.0.2"
[com.anton46/stepsview "0.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 22.2.0

Project Modules

There are no modules declared in this project.

Android-StepsView

Maven Central Android Arsenal

Example image Example image

Usage

Gradle

compile 'com.anton46:stepsview:0.0.2'

Maven

<dependency>
    <groupId>com.anton46</groupId>
    <artifactId>stepsview</artifactId>
    <version>0.0.2</version>
</dependency>
 <com.anton46.stepsview.StepsView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@+id/stepsView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        />
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

License

Copyright 2015 Anton Nurdin Tuhadiansyah

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.

Versions

Version
0.0.2
0.0.1