I'm trying to get the values from the TextViews
in the Listitems
, to "sum" and calculate the total (val1+val2+...+valn=total)
.
The structure: ListView > listItem/RelativeLayout > TextView.
The values come from a Custom Adapter.
*I know I need to use a iterator to count the listItem
, and obtain the values, but i don't know how to call the rows of listview
.