I am trying to dynamically add and remove rows from a TableLayout.
The layout is defined in an xml file.
I am able to successfully remove a row, but when I c
public int indexOfChild (View child) public View getChildAt (int index)
Both methods provided by TableLayout. ;-)