So dekodieren Sie einen Bytearray an Bitman in Adroid
// If bitmapdata is the byte array then getting Bitmap is done like this:
Bitmap bitmap = BitmapFactory.decodeByteArray(bitmapdata, 0, bitmapdata.length);
Funny Finch