sayyam / carouselview

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

Can we Load the images dynamically ? #84

Open sdk0794 opened 6 years ago

sdk0794 commented 6 years ago

I wanted to add new image in a list once the user has reached the 7th image.

like notifydatasetchanged in recyclerview.

What i want to achieve is to make a gallery which has a lot of images. If i load all of them the app crashes. Is there any other way for it ?