I want to have some simple text in textView..
Like...(android & java)
means I exactly require \"and\" symbol in textView
textView
If I\'m pro
Another way to solve this is using Unicode:
set your text in your xml to
android:text="@string/myNameHere"
In strings xml add the following line:
bakeries \u0026 desserts
voilá!