ch3 pdf changes

satya - Saturday, May 02, 2009 10:25:05 AM

Page 44.1

In releases 1.5 and up the file R.java is generated in a separate sub directory at at the same level as the java source code root for your application. This generated separate sub directory is called "gen". Under this subdirectory the package name in R.java continues to be the same as in previous releases which is the root package name for your application.

satya - Saturday, May 02, 2009 10:33:54 AM

understand stretchable images and density independent pixels

understand stretchable images and density independent pixels

satya - Saturday, May 02, 2009 11:27:58 AM

Page 61.1

Change the link to

http://developer.android.com/reference/android/provider/package-summary.html

satya - Saturday, May 02, 2009 11:43:26 AM

Page 62.1

Android has added a new provider called "Dictionary" in SDK 1.5.

satya - Saturday, May 02, 2009 12:11:01 PM

Page 62.2

You should specify the android virtual device (avd) name to the emulator in SDK 1.5. See chapter 12 to see how to create virtual devices and name them. Once you have the name of a virtual device you can invoke the emulator as follows in 1.5

\tools\emulator.exe your-avd-name

satya - Saturday, May 02, 2009 12:13:45 PM

Page 64.1

The list of commands here are from 1.1 release. For 1.5 release this list may vary slightly.

satya - Saturday, May 02, 2009 12:17:26 PM

Page 65.1

You will see two additional databases in 1.5: user_dict.db and launcher.db