There is a TableLayout which contains several TableRow that are created programmatically.
TableRow contains several TextView with text.
By clicking on a specific TableRow you need to parse all the data from all the TextView inside this TableRow .
The onClick method onClick already hanging on every TableRow , and each has a unique ID .