Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

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);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #decode #ByteArray #Bitman #adroid
ADD COMMENT
Topic
Name
9+7 =