Last updated: 04/12/2017
Chapter 10: Using Fragment Arguments
- Challenge 2: Improving CrimeLab Performance.
get(UUID)
should begetCrime(UUID)
.
Chapter 23: XML Drawables
- Listing 23.3: Modifying the background drawable -
parent="android:style/Widget.Holo.Button"
should beparent="Widget.AppCompat.Button"
- Listing 23.9: Applying the new button background images -
ic_button_beat_box_normal
should beic_button_beat_box_default
Chapter 26: Loopers, Handlers, and HandlerThread
- Listing 26.2 (and in the text right above it):
gallery_item
should belist_item_gallery
.