You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
There are a number of good guidelines out there for writing Android code. Please try and follow these field naming conventions:
Non-public, non-static field names start with m.
Static field names start with s.
Other fields start with a lower case letter.
Public static final fields (constants) are ALL_CAPS_WITH_UNDERSCORES.
There are a number of good guidelines out there for writing Android code. Please try and follow these field naming conventions:
Example from API guide:
The text was updated successfully, but these errors were encountered: