Chapter    22

Touch Screens

Many Android devices incorporate touch screens. When a device does not have a physical keyboard, much of the user input must come through the touch screen. Therefore your applications will often need to be able to deal with touch input from the user. You’ve most likely already seen the virtual keyboard that displays on the screen when text input is required from the user. We used touch with mapping applications in Chapter 19. The implementations of the touch screen interface have been hidden from you so far, but now we’ll show you how to take advantage of the touch screen.

This chapter is made up of three major parts. The first section will deal with MotionEvent objects, which is how Android tells an application that ...

Get Pro Android 5, Fifth 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.