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:
Icon
The only difference that I can point to is that Icons use tint to modify the content.


