<Android, Picasso - most of the images don't want ...
# stackoverflow
u
Android, Picasso - most of the images don't want to load (Kotlin) I'm trying to build a RecyclerView filled with a card view items. For each item I need 2 small images that I load from URL. Everything works fine only if I load sample image from Picasso website (

http://i.imgur.com/DvpvklR.png

). Every other picture I try to load doesn't show up. Here's my code; inside my RecyclerViewAdapter, inside the onBindViewHolder() function I'm calling: fun loadImageInBackground(item :...