I'm creating calculator on Android. I want to go to superscript in my textview (containing expression) when user clicks "^" button, so I can write in the upper index.
What I want to achieve is shown in the picture below:
How can I do this? Is there any library which could help me?