Dear all,
I have a problem with summing all values which are programmatically entered by the user in a listview.
The user enters the value in an EditText box, and when a button is pressed, the value is added to the list. This is repeated each time the button is pressed.
How can I get the sum of values entered to the list so far iteratively? Can you help me?
Thanks.
I have a problem with summing all values which are programmatically entered by the user in a listview.
The user enters the value in an EditText box, and when a button is pressed, the value is added to the list. This is repeated each time the button is pressed.
How can I get the sum of values entered to the list so far iteratively? Can you help me?
Thanks.