Top "Picasso" questions

Picasso is an open source powerful and dynamic image caching and downloading library by Square.

Picasso image loading issue with Android 9.0 Pie

I am not able to load images using Picasso library in Android 9.0 Pie. Actually, it works fine for below versions. …

java android picasso
picasso: how to cancel all image requests made in an adapter

as usual we use an adapter to populate a listView. in the adapter we use picasso to load the images. …

android picasso
GIF Image Animation using Picasso

I just migrate my android application from Glide. But i've problem when trying to play GIF Image. Is it any …

android picasso image-loading
Getting Picasso to pre-fetch forthcoming images

I'm using Picasso with a GridView, loading 200 images over the network. Right now it looks like Picasso is not triggering …

android gridview picasso
Picasso loads pictures to the wrong imageview in a list adapter

I'm loading an image from a server to a list view item using picasso like this: public View getView(int …

android listview android-listview picasso
Picasso and context

I have been playing lately with Picasso as an image loader library. I use it in conjunction with Dagger and …

android picasso
Picasso load image into GifImageView (android-gif-drawable library)

I am using the android-gif-drawable library to display an animated gif in an Android view. This library can load a …

android animated-gif picasso
Picasso image loading previously cached images

I am using picasso library in my project to fetch url images from the server into my ImageView, but unfortunately …

android imageview picasso image-loading image-caching
Android Shared Element Transition: Transforming an ImageView from a circle to a rectangle and back again

I'm trying to do a shared element transition between two activities. The first activity has a circle imageview and the …

android picasso whatsapp android-transitions shared-element-transition