Created
April 6, 2015 08:13
-
-
Save talenguyen/6028c06549d82a65b2fa to your computer and use it in GitHub Desktop.
Android coding convention.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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