GCX-HCI / grandcentrix-AndroidCodeStyle

Android code style settings for Android Studio at grandcentrix
217 stars 63 forks source link

Add "features" or "config" to README #2

Closed StefMa closed 7 years ago

StefMa commented 7 years ago

Currently new users have no clue about the "features" or the "config" from that code style.

Add some information to the readme which highlight some features. Here are some:

* Based on googles java code style (https://git.io/v5XuB)
* Increase class count for star imports to 999 (no star imports anymore! Even not with kotlin). There is an exception for „tests“ imports. Mockito, AssertJ, Hamcrest, Unit and mockito_kotlin uses always star imports!
* Increase the line length from 100 to 120
* Objective-C support
* Attribute in XML (layout files and stuff) will be ordered in a new way
* LifeCycle methods are grouped together.
* Getter/Setter keep together