I have a XML tag like \"Yes,No,Dontknow \" and I am parsing the XML file and getting the data. Now I need to display each option in separate TextView, i.e: \'yes\' should be dis
You can just declare 3 separate TextView in you Activity layout file. Using attribute android:text you can assign the text for the TextView.
TextView
Activity
android:text
Example: