The Android Studio code editor has a built-in static analyser that will highlight constructs that are semantically suspicious. We should make sure that all warnings from it are looked at. Optionally, we can look at "suggestions" and spellchecking. We have a weak warning for package names containing capital letters, it's WONTFIX.
The Android Studio code editor has a built-in static analyser that will highlight constructs that are semantically suspicious. We should make sure that all warnings from it are looked at. Optionally, we can look at "suggestions" and spellchecking. We have a weak warning for package names containing capital letters, it's WONTFIX.