Android provides a set of APIs for 2D-drawing that allow you to render your custom graphics on a canvas or modify the existing Views. When drawing 2D graphics, you have two choices to work with: Draw your graphics or animations into a View object from your layout. In this way, the drawing of your graphics […]