Making Toasts

Now to make the buttons fully armed and operational. You are going to have a press of each button trigger a pop-up message called a toast. A toast is a short message that informs the user of something but does not require any input or action. You are going to make toasts that announce whether the user answered correctly or incorrectly (Figure 1.14).

Figure 1.14  A toast providing feedback

A toast providing feedback

First, return to strings.xml and add the string resources that your toasts will display.

Listing 1.11  Adding toast strings (strings.xml)

<​r​e​s​o​u​r​c​e​s​>​ ​ ​<​s​t​r​i​n​g​ ​n​a​m​e​=​"​a​p​p​_​n​a​m​e​"​>​G​e​o​Q​u​i​z​<​/​s​t​r​i​n​g​>​ ...

Get Android Programming: The Big Nerd Ranch Guide, 2nd 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.