This document contains lecture slides on building simple interactive apps for mobile devices. It discusses separating an app's presentation and functionality through XML layouts. It then demonstrates a simple temperature conversion app with buttons to convert between Celsius and Fahrenheit. When the device orientation changes, the app reverts to default values, likely because the activity is recreated on orientation changes and its state is not saved. The document recommends saving state regularly to prevent data loss during configuration changes.