10pearls / style-guides

Community driven style guides for various programming platforms
10 stars 17 forks source link

Android style guide #26

Closed murtazakhussain closed 7 years ago

mohuk commented 7 years ago

@murtazakhussain thanks for the awesome work!

Just a few points:

Pointing to their guide will free us from the hassle of updating this if the configuration changes.

murtazakhussain commented 7 years ago

Instead of providing all the setup guidelines on the README.md file, shouldn't we just point to this link

Yes, we can also do that, but there are additional steps also mentioned in the Readme file, but we can also include the link as well.

rename 10PLint.xml to simply lint.xml similar to the guide in the link above

Naming "10PLint" helps in identifying Lint structure to apply on the code in Android Studio. The default name was "Project Default"

murtazakhussain commented 7 years ago

rename 10PLint.xml to simply lint.xml similar to the guide in the link above

Lint file has been renamed.