Top "Picasso" questions

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

Local image caching solution for Android: Square Picasso, Universal Image Loader, Glide, Fresco?

I am looking for an asynchronous image loading and caching library in Android. I was going to use Picasso, but …

android picasso android-glide universal-image-loader fresco
Invalidate cache in Picasso

I load an image from disk using Picasso, e.g., Picasso.with(ctx).load(new File("/path/to/image")).into(…

android caching image-loading picasso
Picasso load drawable resources from their URI

I have to show a drawable from res into an ImageView. In this app, I'm using Picasso for some reasons. …

android picasso
Why use Android Picasso library to download images?

Why should I download the images via the Picasso library instead of just using this code: private Bitmap DownloadImage(String …

android image picasso
cannot find symbol method with() using picasso library android

i'm getting one issue in android app, I am trying to check already existing app, the app contains implementation('com.…

android image picasso
Android Picasso Image does not load

There are two situations I load images, first, just directly from the internet, and second, load images that are downloaded …

android imageview picasso
Android Picasso - Placeholder and Error image styling

I'm using Picasso library for image downloading from the network. I just wonder whether I can use a progress dialog …

android image-loading picasso
How to listen for Picasso (Android) load complete events?

Is there a way to listen for events from Picasso when using the builder like: Picasso.with(getContext()).load(url).…

java android picasso
Android: Picasso load image failed . how to show error message

I am trying to use the picasso library to loading the image store in the mediastore. When I called load(…

android image mediastore picasso
Recyclerview painfully slow to load cached images form Picasso

I have implemented a RecyclerView that contains mainly images which is loading in through Picasso. My problem is that as …

java android android-recyclerview android-5.0-lollipop picasso