I have and android layout with two edittexts one for Qty and one for rate and a textview for total amount. now what i want to do is change/update the total amount whenever the user changes the rate or quantity fields.
what is the edittext event i am looking for and can i set it from the layout xml properties like i can set OnClick?
For this You have to set addTextChangedListener() to editText.Just as below
than you have to override this method
you can use any of this method as ur need and change ur relevant views text