First page Back Continue Last page Graphics
Adding Imports
The first thing to do is add references to packages we will use
Packages are just groups of related code for providing different functions
Android provides packages for displaying dialog boxes, opening files etc
We need to add code to load those packages or our code will cause errors
Browse to “imports.txt� and copy the content to the clipboard