I’m making an app where i want to automatically make an calculation.
the numbers 1 and 2 are EditText, number 3 is a TextView.
when i fill in the numbers 1 and 2, i want it to automatically sum up and show a result in the TextView. in this example 1+2=3
How to set up an activity for this
i made an xml example:

Here is add_two_numbers.xml layout
And here is an Activity AddTwoNumbers.java
And I have tested it on 2.3 platform. It’s working fine.