Daniel Martí 4c9012557e Merge branch 'inconsistent-code-style' into 'master'
Code Style : Changed variable names to be consistent with other variable names

variable names are inconsistent in other files as well. At some places it is `mVariableName` and in some places it is `variableName`.  

suggestion : rename all public variables to `publicVaraible` and all private variables to `mPrivateVariable` ?  

we can use http://udacity.github.io/android-nanodegree-guidelines/index.html

See merge request !225
2016-03-11 16:39:54 +00:00
..
2015-10-04 08:14:48 -07:00
2016-03-10 16:53:01 +00:00