AddHead(new Html(<< tt {font-size:9pt} EOD )); $page->AddPost(new Post('Adding the ApiDemos project', <<The Android SDK comes with a few sample applications.

Note that the location of the SDK on your computer is likely different than in the video. After you add the project, try running it.

EOD )); $page->AddPost(new Post('Next steps', <<If you find anything interesting in the ApiDemos, try to find the code that does what you saw. For example, if you launch ApiDemos and click Intents, the code for the activity that gets started is in the file Intents.java, located in package com.example.android.apis.app. Can you find the layout associated with the java file? Can you understand some of the code based on what you learned from the other tutorials?

ApiDemos is pretty cluttered, so finding things might be a challenge - if you can't find something, feel free to ask.

You can also follow the procedure you used for the ApiDemos to add the LunarLander sample project. That one you can really play with! JetBoy and Snake are also fun.

Also - there are many resources on the internet regarding android:

EOD )); $page->AddPost(new Post('Back to tutorial page', <<When you're done with this, you can move on to another tutorial, if you haven't done them all already.

EOD )); $page->Render(); ?>