I'm developing an application that does a CRUD to fill information on the screen. One such information is photos.
I would like to know more about the difference between these two objects to find out which one would be the right one to apply.
I'm developing an application that does a CRUD to fill information on the screen. One such information is photos.
I would like to know more about the difference between these two objects to find out which one would be the right one to apply.
Drawable is something that can be drawn. For example. layout, vector image (line, circle), font, image, and so on
Bitmap - is a specific type of Drawable image, such as: PNG, JPEG or more