AndroidRubberIndicator icon indicating copy to clipboard operation
AndroidRubberIndicator copied to clipboard

RubberIndicator with view pager

Open athirasanthosh opened this issue 9 years ago • 3 comments

I need to integrate view pager and when I swipe the view pager I need to move RubberIndicator according to the viewpager on the page changed. Is it possible?

athirasanthosh avatar Sep 17 '15 11:09 athirasanthosh

yes, just call moveLeft or moveRight when needed

HugoGresse avatar Sep 17 '15 11:09 HugoGresse

I have added moveLeft or moveRight inside the view pager setOnPageChangeListener. But it is not getting changed RubberIndicator.

athirasanthosh avatar Sep 17 '15 12:09 athirasanthosh

a great start is to digg in https://github.com/LyndonChin/AndroidRubberIndicator/tree/master/sample

HugoGresse avatar Sep 17 '15 12:09 HugoGresse