sayyam / carouselview

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

Loading images on demand #93

Open d3roch4 opened 6 years ago

d3roch4 commented 6 years ago

how to loading images on demand?

ghost commented 6 years ago

Well, it seems that you have to call

myCarouselView.setPageCount(myImageList.size());

everytime you make changes to this list (which is the underlying model of your carouselView).