31 Custom Views and Touch Events

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 31.1.

Figure 31.1  Boxes drawn in many shapes and sizes

Screenshot shows DragAndDraw in Android phone. The screen shows Boxes drawn in many shapes and sizes.

Setting Up the DragAndDraw Project

Create a new project named DragAndDraw. Select API 19 as the minimum SDK and create an empty activity. Name the activity DragAndDrawActivity.

DragAndDrawActivity will be a subclass ...

Get Android Programming: The Big Nerd Ranch Guide, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.