android - Picasso loading already created bitmap? -


i trying picasso load bitmap.

when try use picasso.with(getactivity()).load(bitmap1).into(image); gives me error he method load(uri) in type picasso not applicable arguments (bitmap).

how able make picasso loads bitmap? thanks.

you don't need picasso this. picasso loading images internet or disk. can display bitmap in imageview this:

image.setimagebitmap(bitmap); 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -