Here’s the skivvy on the review. Since, I made the commitment to read this Droid book, I’m going to provide review notes for each hour of the book immediately after I complete that section of the book. In theory you’ll see 24 separate posts over the next few days containing my personal notes on my experience with the book.
Hour 1 Review Notes
I already had the Android SDK installed and Eclipse, though my version is a couple new than used in the first example so I went to the SDK Manager and downloaded the 2.3.3 API Level 10 version in a blind attempt to minimize compatibility issues. I have no idea if this will reap dividends.
The authors mention API level 9 and you aren’t going to see it in the latest versions of the SDK
Project setup covered and a quick explanation of the different project files and page 16 is complete!
Like the breakdown of the AndroidManifest.xml file in both tabbed UI implementation and the XML… BTW the print copy of this book is in COLOR that matches my default text colors in Eclipse

The first *real* change in the application is to set up debugging… +1 for early debug recognition
Next up the Hello World app, and the dreaded create a new AVD and wait and wait and wait before it even launches for use. Not sure how much time my future self will spend staring at this screen!

According to the clock on my machine it takes 1 min 21 sec to get from zero to the application running

In reviewing the questions and answers at the end of the book, the workshop and the Exercises I found them to be the most time occupying and ended up spending about 45 minutes on Hour 1 of the book.