How to show special characters in Android?

I am developing my own application, which consists of some mathematical formulas.

The formulas will be similar to .........

Formulas

I want to display such formulas in my application, but I do not use these special characters in Android. I want to display each formula individually as a list ... If I copy the formula, and if I set the text to a text view, then it displays as

   txtv.setText("\\cos^2\\theta + \\sin^2\\theta = 1\\! ");

and getting output in one template. So can anyone help me how to use these math special characters in Android.

+5
source share
2 answers

Android - : http://mathscribe.com/author/jqmath.html

: WebView, webapp.

+2

All Articles