063: Effective Java for Android Developers – Item #13: Minimize the accessibility of classes and members

Fragmented - An Android Developer Podcast - A podcast by Donn Felker, Kaushik Gopal

Categories:

In this mini-Fragment episode, Donn talks about Item #13 of the Effective Java series - Minimize the accessibility of classes and members. You'll learn why it's important to limit the access on your public API, how it can help you with development and performance. You'll also learn how changing a public API can affect the consumers of your API, for good and bad.