I am developing my own application, which consists of some mathematical formulas.
The formulas will be similar to .........

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.
source
share