Drawing using Canvas in Android
In This tutorials We learn that how you can draw Images using canvas technology. canvas used for drawing geometrical shapes. Painting the shape using paint object . and it also used for drawing bitmap images. Fist of all we create inner class and extend it from View class. Now we override the onDraw() method of … Read more