Top "Picasso" questions

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

Picasso v/s Imageloader v/s Fresco vs Glide

Findings: Difference between Picasso v/s ImageLoader here ... Info about the library GLIDE here ... Now recently Facebook released new image …

android universal-image-loader picasso fresco android-glide
How do I use disk caching in Picasso?

I am using Picasso to display image in my android app: /** * load image.This is within a activity so this …

android image caching picasso
How to get a context in a recycler view adapter

I'm trying to use picasso library to be able to load url to imageView, but I'm not able to get …

java android android-recyclerview picasso android-context
how to add picasso library in android studio

I am getting this error, please help me. Error:A problem occurred configuring project ':app'. > Cannot evaluate module …

android android-studio picasso
Use Picasso to get a callback with a Bitmap

I'm using Picasso to download images for my app. I'm in a situation where I need to access the Bitmap …

android bitmap picasso
Resize image to full width and fixed height with Picasso

I have a vertical LinearLayout where one of the items is an ImageView loaded using Picasso. I need to rise …

java android imageview image-resizing picasso
android: create circular image with picasso

The question had been asked and there had been a promise made for the very version of Picasso that I …

android bitmap imageview picasso
Resize image to full width and variable height with Picasso

I have a listView with an adapter that contains ImageView of variable size (width and height). I need resize the …

android picasso
Picasso Load image from filesystem

Can I use Picasso library to load images from the filesystem? I'm using startActivityForResult to let the user pick a …

android picasso
Animated loading image in picasso

I have the following code to load an image in Picasso, using a drawable for the placeholder to display while …

android picasso