• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    TableLayout programming

    My question is how do i access TableLayout as indexes. If i do: TableLayout table = (TableLayout) findViewById(R.id.MyTable); i get the control in "table". But how do i access rows and colums? Or if i want to create a new row programmatically, how do i do? Thanks in advance.