Posts by Henrique • 3 points
2 posts
-
0
votes0
answers68
viewsQ: Open an image received by an online database
I recover the image from the database as follows: btm = BitmapFactory.decodeByteArray(data, 0, data.length); imgView.setImageBitmap(btm); And then I put an action to click on the image appear the…
-
0
votes1
answer367
views