sayyam / carouselview

A simple library to add carousel view in android app.
Apache License 2.0
1.15k stars 260 forks source link

Should expose getCurrentItem() #46

Closed Nutomic closed 7 years ago

Nutomic commented 7 years ago

It is possible to setCurrentItem(), but not to get it. This should be implemented to find out which item is currently selected.

sayyam commented 7 years ago

@Nutomic # getCurrentItem() exposed in 0.0.10.

Nutomic commented 7 years ago

Thanks :)