I googled but i couldn\'t find any article to describe about the difference between Bitmap and Drawable in Android.
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