I am working on a calculator application for Android. I was wondering what the best option out there is to display the calculated value ? Currently I am displaying result in a EditText control.
I was wondering if anything like label control in Android available.
Yes. It is equivalent to TextView.