I'm trying to make an Android calculator and I want to display large numbers in powers of 10 instead of "E" like this:
10²
Instead of:
E2
Can you guys help and thanks?
I'm trying to make an Android calculator and I want to display large numbers in powers of 10 instead of "E" like this:
10²
Instead of:
E2
Can you guys help and thanks?
String text="2";// is prefix to your upper text(2) and enclosed with yourtextview.settext(Html.fromHTML(text));