Top "Picasso" questions

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

OkHTTP and Picasso don't run together

I use Picasso library in my project to load images ande cache them. It works good without any problem. However, …

android picasso okhttp
Picasso crop to a view

How would I use picasso to crop an image to an ImageView? Default seems to scale it down so the …

android picasso
How to load video thumbnails using square picasso library?

Currently I'm loading MediaStore Image Thumbnails using picasso into the ListView with the following snippet: (video.getData() returns the actual …

android picasso
Adding borders for image rounded image android

What i have:: I have a Imageview for which i am making image as a circle using picassso What i …

android picasso
android get Drawable image after picasso loaded

I am using Picasso library to load image from url. The code I used is below. Picasso.with(getContext()).load(…

android callback drawable target picasso
getting image width and height with picasso library

i'm using picasso library to download and load images into imageView. now i want to know how i can get …

android image picasso
Fade in animation while loading image Using Picasso

I want to show a fade effect when image is loading on Imageview. I am using picasso to cache image …

android fade picasso image-loading
How to load gif image in placeholder of Glide/Picasso/Ion etc

Not able to find perfect solution for loading a gif image in placeholder Glide .with(context) .load("imageUrl") .asGif() .placeholder(…

android android-imageview picasso android-glide ion
Appcompat CardView and Picasso no rounded Corners

I do not know where Exactly i Should Adress this issue, if it is my fault, there is something in …

android android-appcompat picasso cardlayout
Rounded corners with Picasso

Is there a reasonable way to do rounded corners with Picasso that Doesn't significantly slow down drawing Works with hardware …

android picasso