Errata (3rd Edition)

Last updated: 04/12/2017

Chapter 10: Using Fragment Arguments

  • Challenge 2: Improving CrimeLab Performance. get(UUID) should be getCrime(UUID).

Chapter 23: XML Drawables

  • Listing 23.3: Modifying the background drawable - parent="android:style/Widget.Holo.Button" should be parent="Widget.AppCompat.Button"
  • Listing 23.9: Applying the new button background images - ic_button_beat_box_normal should be ic_button_beat_box_default

Chapter 26: Loopers, Handlers, and HandlerThread

  • Listing 26.2 (and in the text right above it): gallery_item should be list_item_gallery.