-1

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?

user3885884
  • 355
  • 3
  • 5
  • 12

1 Answers1

1

String text="2";// is prefix to your upper text(2) and enclosed with yourtextview.settext(Html.fromHTML(text));

Narender Reddy
  • 453
  • 5
  • 18