Is it possible to load an image from file? Like th...
# compose
m
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
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