Image Viewer Example App

This application illustrates how to use multiple Activities in a single application and pass data from one Activity to another. The ImageViewer Activity displays an image using an ImageView and contains a Button for launching the ImageChooser Activity, which is used to select which image to display.

To see how this works download the source code here.

To modify this application you will be adding a Toast notification when an image is selected

When finished you should be able to run the application and see something like this: