List of utility methods to do Byte Array to Drawable Convert
ByteArrayInputStream ins = new ByteArrayInputStream(byteArray); return Drawable.createFromStream(ins, null);