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

python - Referencing Data From a 2D Histogram -

c# - Derived UserControl layout resets after build -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -