- We create a simple app widget (i.e., interactive element for the
home screen) for LunchList, one that displays the name of a
randomly-selected restaurant.
- We extend the app widget to allow the user to click a button to
choose a different restaurant and click the name of the restaurant to
pull up the LunchList detail form for that restaurant.
- We test the LunchList application using the Test Monkey,
simulating random input into the UI.
- We allow users to provide phone numbers for restaurants, then add
in phone-dialing capability to LunchList.
- We (pretend to) allow users to take pictures of restaurants using
the device's built-in camera.
- We wrap up by allowing users to randomly select a restaurant by
shaking their phone while running the LunchList application.
- We allow users to send the name and address of a restaurant to
others via SMS.
- We fix up the SMS code to support both Android 1.x and Android
2.x.
xxix