# SpringIndicator **Repository Path**: hyperions/SpringIndicator ## Basic Information - **Project Name**: SpringIndicator - **Description**: A spring indicator like Morning Routine guide. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringIndicator ![icon](https://raw.githubusercontent.com/chenupt/SpringIndicator/master/img/icon.png) An indicator like Morning Routine guide.It was originally based on [BezierDemo](https://github.com/chenupt/BezierDemo). The sample app: [click me](https://github.com/chenupt/SpringIndicator/raw/master/img/springindicator_1.0.1.apk) ![gif](https://raw.githubusercontent.com/chenupt/SpringIndicator/master/img/si_1.0.0.gif) #Usage --- Add the dependency to your build.gradle. ``` dependencies { compile 'com.github.chenupt.android:springindicator:1.0.2@aar' } ``` Add the indicator to your layout. ``` ``` Setup with your viewPager. ``` springIndicator.setViewPager(viewPager); ``` [All xml attributes.](https://github.com/chenupt/SpringIndicator/blob/master/lib%2Fsrc%2Fmain%2Fres%2Fvalues%2Fattrs.xml) Developed By --- * Chenupt - * G+ [chenupt](https://plus.google.com/u/0/109194013506774756478) * 微博:[chenupt](http://weibo.com/p/1005052159173535/home) * QQ:753785666 License --- Copyright 2015 chenupt 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.