Coding Convention - Android Development

Coding convention is the community defined rules for programmer, which will not harm coding but is a good programming practice to have a same rule for all community.
Some of the common coding conventions of Android Development Community are Class , Interface Or Project Name : Pascal Casing - (ClearanceDatabaseHelper, WomenWalfare) Method, Variable : Camel Casing (insertDataseFunc(), firstName) Constant: LENGHT_LONG Drawable,res,layout,ids: small (activity_main)

Comments

Post a Comment