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?
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?
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.