Posts by Hugo Barros • 11 points
2 posts
-
0
votes1
answer15
viewsA: Bitmapfactory.decodeByteArray Returning null from Sqlite
RESOLVED !! The problem was time to play byte[] in the database, it had about 215,000 positions but when I tried to insert it was only 11 because parsiei for STRING contentValues.put("img",…
-
1
votes1
answer15
viewsQ: Bitmapfactory.decodeByteArray Returning null from Sqlite
I am creating an application that I register a search image from the mobile gallery, saving it in SQLITE, and searching later to show in a view Recycler, however, debugging realized that the bitmap…