MCPcopy Index your code
hub / github.com/anton46/Android-StepsView

github.com/anton46/Android-StepsView @v0.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.2 ↗ · + Follow
43 symbols 81 edges 5 files 2 documented · 5% updated 2y agov0.0.2 · 2015-07-01★ 1,35516 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Android-StepsView

Maven Central Android Arsenal

Example image Example image

Usage

Gradle

compile 'com.anton46:stepsview:0.0.1'
````
**Maven**
```xml
<dependency>
    <groupId>com.anton46</groupId>
    <artifactId>stepsview</artifactId>
    <version>0.0.1</version>
</dependency>
 <com.anton46.stepsview.StepsView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:id="@+id/stepsView0"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        />
mStepsView.setLabels(steps)
                .setColorIndicator(Color.GREEN)
                .setBarColor(Color.GRAY)
                .setLabelColor(Color.BLUE)
                .setCompletedPosition(0);

Developed by

  • Anton Nurdin Tuhadiansyah (anton.work19@gmail.com)
  • anton46.com

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.

Extension points exported contracts — how you extend this code

OnDrawListener (Interface)
(no doc) [1 implementers]
library/src/main/java/com/anton46/stepsview/StepsViewIndicator.java

Core symbols most depended-on inside this repo

onReady
called by 2
library/src/main/java/com/anton46/stepsview/StepsViewIndicator.java
init
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
setLabels
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
setProgressColorIndicator
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
setLabelColorIndicator
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
setBarColorIndicator
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
setCompletedPosition
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java
drawView
called by 1
library/src/main/java/com/anton46/stepsview/StepsView.java

Shape

Method 35
Class 7
Interface 1

Languages

Java100%

Modules by API surface

library/src/main/java/com/anton46/stepsview/StepsViewIndicator.java16 symbols
library/src/main/java/com/anton46/stepsview/StepsView.java16 symbols
app/src/main/java/anton46/sample/MainActivity.java7 symbols
library/src/androidTest/java/anton46/stepsview/ApplicationTest.java2 symbols
app/src/androidTest/java/anton46/sample/ApplicationTest.java2 symbols

For agents

$ claude mcp add Android-StepsView \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact