Horizontal Image carousel in Cinder

Hi,

I am new to cinder and want to create a horizontal image carousel with touch and mouse drag options.

I need help to create a container with image thumbnails and on tap/click of particular thumbnail , want to open original image in a container.

Kindly help.

Thanks in Advance.

Hi,

a full explanation of how to create an Image Carousel would be too lengthy for a forum like this. You’ll have to get there step by step or find some sample code you can use. With that in mind, have a look at Cinder’s ImageAccordion sample.

-Paul

If you’re looking for something like a ‘scroll view’, you can check out the one in Cinder-View here. There’s also some tests that use it in the test suite.

cheers,
Rich

Thanks a lot Paul. I will work with this approach :slight_smile:

Yes I am looking for scroll view. Thanks for information rich.e :slight_smile:

Hi, I tried to make a tutorial a while ago. It`s written in spanish but you can review the code.

Hope it helps