Posts by Thiago Camargo • 21 points
2 posts
-
0
votes1
answer64
viewsQ: Image for Base64
I would like to turn an image to Base64, but it is not working properly, there is no error in logcat,anyone could help me? Code: private void galleryIntent() { Intent intent = new Intent();…
-
2
votes0
answers192
viewsQ: Send JPG via JSON
I need to send this image to my post api, private void onCaptureImageResult(Intent data) { Bitmap thumbnail = (Bitmap) data.getExtras().get("data"); ByteArrayOutputStream bytes = new…