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
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
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
3 matches
Mail list logo