Raizlabs-Android-Style
Raizlabs-Android-Style copied to clipboard
The Raizlabs Android Style Guide
Would the @Nullable annotation serve the purpose of noting that a parameter may be null?
One of the pain points of Android development is handling all the weird saving instance cases when you rotate the phone or background/foreground active views. Would be useful to have...
Would also be good to have a section on setup of this. E.g., installing the settings.jar, where to install gradle, where to put the Android SDK, how to optimize compile...
Using ViewHolders in Fragments doesn't seen to make sense. The ViewHolder pattern simplifies view reference lookups when constructing multiple similar views such as in a ListView. For one-off creation of...
We used to have separate code style and best practices documents for the Objective-C style guide, and they quickly got messy because there was no clear guideline for which document...