INQ241B
Mobile Apps

Activity 11

GUIs

A soundboard app displays numerous images and plays short sounds in response to the images being touched. They can be used to help kids improve their vocabulary or learn letters.

  1. Create a new blank app. Use Boxes to add four images in a two-by-two grid. The images should all be the same size with no space in between them. The grid of images should be centered in the window horizontally. The images can be anything you want, but they should probably have some theme and be designed to teach a small child something.

  2. Put each image inside its own box and add an on tapped handler that plays a sound when an image is touched. The sounds can be anything but should correspond to the images.

Submission

Please show your source code and run your scripts for the instructor or lab assistant.