Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d738b5

Browse files
committed
Fixed Android TOC
1 parent 04c765c commit 5d738b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

java/android/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The purpose of the [47 Degrees](http://47deg.com) Android Coding Standards is to
44

55
This document, expected to be followed by any developers at 47 Degrees, is a subset and complement to the [Java Coding Standards](../).
66

7+
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
8+
9+
- [Android Coding Standards](#android-coding-standards)
10+
- [1. Naming Conventions](#1-naming-conventions)
11+
- [1.1. Common Resource Files](#11-common-resource-files)
12+
- [1.2. Java Packages & Class Names](#12-java-packages--class-names)
13+
- [1.3. Resource Names](#13-resource-names)
14+
- [1.4. String Resources](#14-string-resources)
15+
- [1.5. Style Resources](#15-style-resources)
16+
717
## 1. Naming Conventions
818

919
Developers should pay special attention to these naming conventions as they differ from those in the standard Java Coding Conventions.

0 commit comments

Comments
 (0)