Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Can anyone give me the coding standards in android?
I have been referred to this resource:

http://source.android.com/source/code-style.html#limit-variable-scope

Can you confirm this the right link?

share|improve this question
What makes you think that's not "official"? – Mat Mar 8 at 8:25

closed as not a real question by Kilian Foth, Jim G., Martijn Pieters, thorsten müller, Jan Hudec Mar 8 at 10:17

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Are you talking about coding for Android, i.e writing apps? Or coding Android, i.e contributing to the source code of Android itself?

The link you refer to is the coding style for Android contributions. For Android apps, perhaps Android Developers Site would be a good start.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.