In this mini-Fragment episode, Donn talks about Item #14 of the Effective Java series – In public classes, use accessor methods, not public fields. You’ll learn why it’s important to use accessors in your public classes and some caveats to this rule. For example, you may decide that the class is a private inner class … Continue reading 073: Effective Java for Android Developers – Item #14: In public classes, use accessor methods, not public fields