Application in AndroidStudio java [closed]

1

I'm programming an android app in AndroidStudio, in java and working with database, using SQLite, how do I list the images being saved in the database in BLOB format?

    
asked by anonymous 25.08.2015 / 17:32

1 answer

0

It has, but if you can save images in drawable, you do not have to overload SQlite to convert bitmap to blob and then convert blob to bitmap, or other image extensions.

    
25.08.2015 / 19:03