The Google Android Developers have posted a video tutorial
But they forgot to post the final resulting code
It was easy enough following the steps. Here’s the final result:
http://people.apache.org/~dims/android/HelloAndroid.zip
You can just install it and try it by running the following command:
adb install HelloAndroid.apk
Don’t forget to create some contacts so that they show up in the application
I would like to download the code, but the link is not working …. can you correct? Also you can just email me the code if that is easier.
Thanks, Ed
Comment by Ed — January 6, 2009 @ 2:41 am
I have did a tutorial for the more current version of the SDK 1.0. Problem with most old tutorials is, that they don’t work anymore on the 1.0 SDK (which is the first one used on a real phone).
http://tseng-blog.nge-web.net/blog/2009/01/29/android-your-first-android-application/
Comment by Tseng — January 29, 2009 @ 8:08 am