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