Issue
When naming variables or giving String arguments Android Studio seems to have a problem with how I label things.
Is there a way to turn that off?
Solution
Yes, open Preferences
-> Editor
-> Inspections
-> Spelling
-> toggle off Typo
and press OK
.
Edit
To make it as default not only for your project select Profile: Default
.
Answered By - Giorgio Antonioli