Skip to content

Instantly share code, notes, and snippets.

@talenguyen
Created April 6, 2015 08:13
Show Gist options
  • Save talenguyen/6028c06549d82a65b2fa to your computer and use it in GitHub Desktop.
Save talenguyen/6028c06549d82a65b2fa to your computer and use it in GitHub Desktop.
Android coding convention.
# Naming
## 1. File
### 1.1. Layout
* Activity -> prefix **activity_**
* Fragment -> prefix **fragment_**
* Custom View -> prefix **view_**
* List Item View -> prefix **item_**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment