0 votes
in JQuery by

What is the difference between Bitmap and Drawable in Android?

1 Answer

0 votes
by
  • Bitmap is a representation of a bitmap image (something like java.awt.Image).
  • Drawable is an abstraction of "something that can be drawn". It could be a Bitmap (wrapped up as a BitmapDrawable), but it could also be a solid color, a collection of other Drawable objects, or any number of other structures.

Related questions

0 votes
asked Jun 22, 2020 in JQuery by DavidAnderson
0 votes
asked Sep 21, 2020 in JQuery by JackTerrance
...