Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 367 forks source link

Custom Adapter Refreshing Issue #88

Closed FriendlyNeighbor closed 3 years ago

FriendlyNeighbor commented 5 years ago

I'm fetching my data on the server and inserting them to my custom adapter which includes names and images. Whenever i swipe left or right, the adapter refreshes like a notifyDataSetChanged() method would do. The images seems to load again and leaving some items blank because it's still taking its time to load the image.

mig35 commented 3 years ago

fixed in 1.3.2 version