What is the difference between Bitmap and Drawable in Android?

前端 未结 4 1466
情深已故
情深已故 2020-12-02 09:50

I googled but i couldn\'t find any article to describe about the difference between Bitmap and Drawable in Android.

4条回答
  •  独厮守ぢ
    2020-12-02 10:11

    Drawable is something which can be drawn. E.g. layout, vector image (line, circle), font, image and so on

    Bitmap - is specific type of Drawable which is image, like: PNG, JPEG or so

提交回复
热议问题