July 2015
Beginner to intermediate
600 pages
18h 59m
English
In this chapter, you will learn how to handle touch events by writing a custom subclass of View named BoxDrawingView. The BoxDrawingView class will be the star of a new project named DragAndDraw and will draw boxes in response to the user touching the screen and dragging. The finished product will look like Figure 29.1.
Figure 29.1 Boxes drawn in many shapes and sizes
Create a new project named “DragAndDraw”. Select API 16 as the minimum SDK and create an empty activity. Name the activity DragAndDrawActivity.
Read now
Unlock full access