Answers for "show bitmap as image in jetpack compose"

2

show bitmap as image in jetpack compose

val bitmap = BitmapFactory.decodeFile(thumbPath)
Image(bitmap.asImageBitmap(), "thumbnail", modifier = Modifier.size(rowHeight))
Posted by: Guest on July-27-2021

Code answers related to "show bitmap as image in jetpack compose"

Browse Popular Code Answers by Language