Monday, 7 July 2014

when i entered amount value in edittext then each time inserted value should calculate and display to next edittext



i have one edittext(payment cash) then it can be total the amount and display to edittext(total amount).


int amnt=Integer.valueOf(paycash); int next=amnt+1; paymentcash.setText(amntpaid);


No comments:

Post a Comment