I want to have some simple text in textView..
Like...(android & java)
means I exactly require \"and\" symbol in textView
If I\'m pro
The layout file is an XML file and has certain restrictions on which characters may be used. However, you can use XML escape sequences to display characters which have special meaning to XML. In this case, replace the "Bakeries & Dessert" with the string "Bakeries & Dessert" and you should get the behaviour that you require.