Braces do not go on their own line; they go on the same line as the code before them. So: class MyClass { int func() { if (something) { // … } else if (somethingElse) { // … } else { // … } } } We require braces around the statements for a conditional.
Tag: style
Android Action Bar Style Generator
Quote: “The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.” Link: Android Action Bar Style Generator