Skip to content Skip to sidebar Skip to footer

Android Loading Image With Volley + Recyclerview

I'm trying to load images in a RecyclerView. It's working alright until I scroll left and right (horizontal RecyclerView), some pictures disappear (the one at the edges) with the f

Solution 1:

Alright as Tranhieu suggested, I used Picasso and it now works. It's pretty simple to use and quite sexy, I recommend it. Now why volley didn't might be a different management of the cache, I won't look further.


Post a Comment for "Android Loading Image With Volley + Recyclerview"