How to use Gallery with ice cream sandwich

108 views Asked by At

I'm developing an app that is required to use Carousel in it, and the most famous lib I found to use carousel is polidea, this lib extends android.widget.Gallery, and i found that this class was deprecated in (API level 16) or what known as JellyBean. but unfortunately my app required to run on (API level 14) or what know as IceCreamSandwich, So, is there's is a way to add gallery to ice cream sdk? or is there's another lib that runs Carousel and works on ice cream?

1

There are 1 answers

0
Pasquale Anatriello On

Take a look at EcoGallery https://github.com/falnatsheh/EcoGallery. You can make the Carousel extend EcoGallery instead of Gallery