How to write character & in android strings.xml How to write character & in android strings.xml android android

How to write character & in android strings.xml


For special character I normally use the Unicode definition, for the '&' for example: \u0026 if I am correct. Here is a nice reference page: http://jrgraphix.net/research/unicode_blocks.php?block=0


This is a my issues, my solution is as following: Use > for >, <for < , & for & ,"'" for ' , &quot for \"\"