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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -