acloudtree

Tag book

Errata: Professional Android 2 Application Development Reto Meier

Page 108 has an issue where a Resources object is called though has not been instantiated yet.  Just move the Resources instantiation further up the chain in the initCompassView() method.

 
protecteded void initCompassView() {
  setFocusable(true);
  Resources r = this.getResources();
 
 // Removed for brevity
 
}

Oh yeah, the Wrox errata form totally sucks. It wants me to create a user and fill out a large form. Otherwise I would have let them know.

If you like dark humor…

The Perry Bible Fellowship is my all time favorite comic strip. It builds upon the Monty Python and Far Side humor that was foundational to my childhood. And like I said, its dark.

Anyway, their website is here. And they have a book available as well.

Copyright © Jared Folkins
Programming, Computers, Writing, Economics, and Life

Powered by WordPress