Top "Picasso" questions

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

Android Picasso library, How to add authentication headers?

I have tried setting a custom OkHttpClient with a custom Authenticator, however as the doc says: "Responds to authentication challenges …

android picasso okhttp
how to load bitmap directly with picasso library like following

Picasso.with(context).load("url").into(imageView); Here instead of url i want bitmap how can i achieve this. like …

picasso
How to load image from SD card using Picasso library

i need to load images from the Sd card into gridview. For efficiency i'm using Picasso Library Picasso.with(activity).…

android picasso image-loading
Transparent part of image in ImageView become black

I have problem when displaying image with transparency in Android KitKat (Nexus 7), it is OK in nexus 4 (KitKat) and other …

android imageview picasso
Picasso java.lang.IllegalStateException: Method call should not happen from the main thread

I am attempting to use Picasso to get three Bitmap images from a URL public void onCreate(Bundle savedInstanceState) { super.…

android android-asynctask imageview illegalstateexception picasso
Using Facebook's Fresco to load a bitmap

I'm trying to replace Picasso in my android app with Fresco. However I am unsure of how to simply load …

android facebook bitmap picasso fresco
How to implement my own disk cache with picasso library - Android?

I'm using picasso library to load images for my app. But I don't how to implement my own disk (sdcard) …

android image caching picasso
Glide - load single frame from video at specific time?

I'm trying to use Glide to step through frames in a video file (without running into the keyframe seeking issue …

android picasso android-glide
Android - use picasso to load image without storing it in cache

I want to use picasso to load an image from a url into a placeholder, but not store that image …

android picasso
How To Load Layout Background Using Picasso

Can anyone point me towards an example of how one might change an XML layout's background programatically using Picasso? All …

android android-layout picasso