I love to put simple text directly on the xml file without declaring a string first. It is easier, more simple and less messy. However, it always has a warning badge whenever I do so.
What if I have a dozens of hardcoded string in my xml file without concerning the warning? Will I get into a trouble?
thanks in advance.
No, you will not get into trouble, but using
@string/yourStringin your xml will be a good practice and it will make multi-language support easier.