val stream = ByteArrayOutputStream()
bitmap.compress(getCompressFormat(type), 90, stream)
return Base64.encodeToString(stream.toByteArray(), Base64.DEFAULT)
}
Спс! Попробую
Обсуждают сегодня