GoodieBag / CarouselPicker

A Carousel picker library for android which supports both text and icons . :sparkles:
MIT License
708 stars 101 forks source link

How I can set starting position of CarouselPicker? #45

Open NikitaDie opened 3 years ago

NikitaDie commented 3 years ago

For examle: I have List of 6 components. I want when starting the application in the center of the carousel there was the second item of the list and on the left side the first item of the list.

grge-v commented 2 months ago

carousel.setCurrentItem(item_index);