Android Question How to put bitmap object into imageview

Kevin Hartin

Active Member
Licensed User
I am successfully putting image files into an Sqlite blob, then later reading them from the blob field, however I end up with them in a bitmap object which I then have to put into an imageview. I can see the activity background image, so I k ow I have the blob as an image object, I just need to get it into an imageview.

Any help is much appreciated.

Kev
 
Top