How can you print a string with a subscript or superscript? Can you do this without an external library? I want this to display in a TextView in Android.
TextView
((TextView)findViewById(R.id.text)).setText(Html.fromHtml("X2"));
(or) From String Resource File:
2 ]]>