Answers for "how to decode a ByteArray to Bitman in adroid"

0

how to decode a ByteArray to Bitman in adroid

// If bitmapdata is the byte array then getting Bitmap is done like this:

Bitmap bitmap = BitmapFactory.decodeByteArray(bitmapdata, 0, bitmapdata.length);
Posted by: Guest on July-27-2021

Code answers related to "how to decode a ByteArray to Bitman in adroid"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language