https://kotlinlang.org logo
#compose
Title
# compose
m

MBegemot

08/01/2020, 9:13 AM
Is it possible to load an image from file? Like the ImageView.setImageBitmap? without having to use glide or Picasso , if so which will be the preferred type of image png jpeg? Thanks a lot!!
n

Nader Jawad

08/04/2020, 5:26 AM
You can load it with the existing Android APIs in the framework and use Bitmap.asImageAsset to get an ImageAsset instance to provide to the compose APIs
5 Views