Drawable
A "Drawable" is a term often used in computer graphics and programming to refer to any object that can be rendered visually on a screen. This includes shapes, images, and text that can be created and manipulated using various software tools. In many programming languages, a Drawable is an interface or class that provides methods for drawing these visual elements.
In the context of mobile app development, particularly in Android, a Drawable can represent different types of graphics, such as bitmaps or vector images. Developers use Drawables to enhance user interfaces, allowing for dynamic and visually appealing applications.