Home > Software engineering >  What is the difference between an Icon and an Image in Android Jetpack Compose?
What is the difference between an Icon and an Image in Android Jetpack Compose?

Time:09-28

What is the difference between an Icon and an Image in Android Jetpack Compose? Is the Icon used for vector images, and the Image for bitmaps?

CodePudding user response:

enter image description here

Icon

enter image description here

The only difference that I can point to is that Icons use tint to modify the content.

  • Related