I have a bitmap taken of a Base64 String from my remote database, (encodedImage is the string representing the image with Base64):
encodedImage
profileImage
profileImage.setImageBitmap( Bitmap.createScaledBitmap( BitmapFactory.decodeByteArray(imageAsBytes, 0, imageAsBytes.length), 80, 80, false ) );