Confirmed users
251
edits
(Created page with "= Coding Style = == XML files (layout, resources, styles, etc) == * Each child tag should be indented with 4 spaces. * The properties should be aligned with the first property ...") |
No edit summary |
||
| Line 11: | Line 11: | ||
* We use the [http://www.oracle.com/technetwork/java/codeconvtoc-136057.html Java Coding Style]. | * We use the [http://www.oracle.com/technetwork/java/codeconvtoc-136057.html Java Coding Style]. | ||
* The [http://source.android.com/source/code-style.html Android Coding Style] has some useful guidelines too. | |||
* Don't use wilcard imports. | * Don't use wilcard imports. | ||