Lab 6

Description

Lab 6 is to install the Android SDK and follow the Building your First App tutorial on developer.android.com to create an Android app.

  1. Download SDK: http://developer.android.com/sdk/index.html
  2. Tutorial Link: http://developer.android.com/training/index.html

The first android app consists of a few important elements. When user launches the app, it starts a new activity. It allows user to input a text string. When user hit the submit button next to the input field, it sends the content of the text to a sub-activity. The sub activity will then display exactly the string from the parent activity.

Screenshots

Leave a Reply

Your email address will not be published. Required fields are marked *