Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

liangfeidotme/AndroidRubberIndicator

Repository files navigation

RubberIndicator

Join the chat at https://gitter.im/LyndonChin/AndroidRubberIndicator

A rubber indicator for ViewPager

Usage

The attributes for RubberIndicator are not yet finished. A toy example is provided in sample.

Introduction

APIs offered by RubberIndicator.

APIs Usage
setCount(int count) Set the count of indicators
setCount(int count, int focusPos) Set the count and specify the focusing indicator
setFocusPosition(int pos) Set focusing indicator
getFocusPosition() Get focusing indicator
moveToLeft() Move the focusing indicator to left
moveToRight() Move the focusing indicator to right

In addition to the APIs listed in the table, RubberIndicator also provides a callback listener - OnMoveListener for the user should be notified when the moving animator finished.

public interface OnMoveListener {
	void onMovedToLeft();
	void onMovedToRight();
}

Me

License

MIT

About

A rubber indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages