-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
  • 415
  • 3
  • 6
  • 13

1 Answers1

1

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

Narender Reddy
  • 463
  • 6
  • 18