3

Android developers will understand my pain.
When you don't ask android studio to auto create those functions in your activity.java code. But studio does it for you anyways.
Then comes Lint, it will give you a warning on the very same code, that studio commented over the default function.
Damn you studio/lint...get over your differences.
Others have a life to live.

Comments
  • 0
    What I do is create the class by just using New -> Java Class. That way I'll be the one to start the customization. Ensure to use the extends option with whatever you intend to extend it from.
Add Comment