[android-developers] Re: Coding conventions

2008-03-27 Thread Dan U.
Thanks Megha. On Mar 27, 4:42 pm, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > There are no published guidelines for Android coding conventions. > A few guidelines are given in this > document:http://code.google.com/android/toolbox/performance.html > > These are largely same as the coding conventi

[android-developers] Re: Coding conventions

2008-03-27 Thread Megha Joshi
There are no published guidelines for Android coding conventions. A few guidelines are given in this document: http://code.google.com/android/toolbox/performance.html These are largely same as the coding conventions for Java, except for prefixing variable names with 'm', and using four space inden

[android-developers] Re: Coding conventions

2008-03-26 Thread Rui Martins
Some people use "m" as prefix for all class fields. "m" stands for "member" variable or field. I don't like this specific convention, and I don't use it, and if I'm not mistaken, this is not a java recomended convention. If we really need to make obvious in some specific situation, that somethin