Hank D
0
Q:

convert base64 to bitmap android

byte[] decodedString = Base64.decode(encodedImage, Base64.DEFAULT);
Bitmap decodedByte = BitmapFactory.decodeByteArray(decodedString, 0, decodedString.length); 
1

New to Communities?

Join the community