[android-developers] Re: what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-26 Thread Jona
For naming res stuff and where to place different files in them explore the Android sdk platform files that you downloaded. Also, for classes variables dtc, ylu could look at the android source files for Views or other parts of android. It might not be the best but in case of organizing,properly

Re: [android-developers] Re: what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-25 Thread Nick Risaro
On Aug 25, 2011 6:48 PM, "Indicator Veritatis" wrote: > > That is much too vague an answer. A less vague and more helpful answer > would be, start with what is "best practices for good coding skills > and classes" in Java itself, and apply the same principles to > Android's classes. > > Now to get

[android-developers] Re: what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-25 Thread Indicator Veritatis
That is much too vague an answer. A less vague and more helpful answer would be, start with what is "best practices for good coding skills and classes" in Java itself, and apply the same principles to Android's classes. Now to get that start, there is no better place to start than Joshua Block's "

[android-developers] Re: what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-25 Thread Doug
On Aug 24, 5:23 am, Naveen wrote: > what are the best practices for good coding skills and classes, > methods, and variables  naming  +android There are two: 1. Whatever has already been defined for Java 2. Whatever suits you personally Doug -- You received this message because you are subscr