How to draw some of the most used shape drawables in Android
Intro According to the Android documentation a drawable resource is a general concept for a graphic that can be drawn to the screen and which you can retrieve with APIs such as getDrawable(int) or apply to another XML resource with attributes such as android:drawable and android:icon. There are several differentRead More →