Search This Blog

Showing posts with label Java Library Rules. Show all posts
Showing posts with label Java Library Rules. Show all posts

Saturday, August 27, 2011

Java Library Rules


There are conventions for using Android's Java libraries and tools. In some cases, the convention has changed in important ways and older code might use a deprecated pattern or library. When working with such code, it's okay to continue the existing style. When creating new components never use deprecated libraries.