I Had the table layout with 11 table rows and check boxes each table row i want to get selected check box row value and display in a toast message on Long clicking on selected r
TextView tv = (TextView)(((TableRow)table_row)).getChildAt(i); you problem
Tre to remove "for(int i=1;i<11;i++){" with "for(int i=0;i<10;i++){"