Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Naming conventions in the Android SDK

Tags:

Is there a publicly available document explaining the naming conventions followed in the Android SDK?

like image 785
Emanuil Rusev Avatar asked Jun 09 '10 15:06

Emanuil Rusev


People also ask

What is the naming convention for Android?

It's the end of an era at Google: The company's Android mobile platform is dropping its long-running dessert-themed naming convention, switching instead to a simple numerical format. Beginning with the release of Android 1.5, the mobile popular platform Google acquired along with its creator Android Inc.

What is naming convention and example?

Naming-convention definitionA collection of rules followed by a set of names which allow users to deduce useful information, based on the names' character sequence and knowledge of the rules followed; such as Manhattan's East-West streets being called "Streets" and its North-South streets being called "Avenues". noun.

What are naming conventions in coding?

In computer programming, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation.

What convention is used in naming classes?

Class names should be nouns, in mixed case with the first letter of each internal word capitalized. Try to keep your class names simple and descriptive. Use whole words-avoid acronyms and abbreviations (unless the abbreviation is much more widely used than the long form, such as URL or HTML).


1 Answers

Is it code style? Here is a documentation from Google

like image 79
Vinay Avatar answered Jan 03 '23 10:01

Vinay