JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Extract strings from the debug drawer #278

Closed jonathan-caryl closed 7 years ago

jonathan-caryl commented 7 years ago

Quiets a bunch of lint warnings, and is probably A Good Thing

JakeWharton commented 7 years ago

Sorry for sitting on this. I actually think this is a bad idea unless you have a bunch of developers that don't speak the same language (which seems exceedingly rare).

I'd rather just see the whole file suppress the warning.

jonathan-caryl commented 7 years ago

Not a problem @JakeWharton, I'm amazed you have time at all to look at any of these!