Android - Hello World

Objective #1: Locate and open important files and resources in Eclipse's Package Explorer

Objective #2: Edit a project's main java source file.

Objective #3: Edit the UI for a simple project by editing XML files.

Objective #4: Create a HelloWorld app

Objective #5: Design the interface and create a Layout

Objective #6: Use a button.

Objective #7: Use common methods in an activity's onCreate method.

Objective #8: Use EditText object to obtain input from the user.