android Programming Glossary: content.get
Creating a table/grid with a frozen column and frozen headers http://stackoverflow.com/questions/7586753/creating-a-table-grid-with-a-frozen-column-and-frozen-headers TextView frozenCell new TextView this frozenCell.setText content.get i 0 Removed Code Styling of the cell frozenRow.addView frozenCell.. this Renoved Code Styling of the row for int j 1 j content.get 0 .length j TextView rowCell new TextView this rowCell.setText.. j TextView rowCell new TextView this rowCell.setText content.get i j Removed Code Styling of the cell row.addView rowCell contentTable.addView..
Creating a table/grid with a frozen column and frozen headers http://stackoverflow.com/questions/7586753/creating-a-table-grid-with-a-frozen-column-and-frozen-headers frozenRow new TableRow this Removed Code Styling of the row TextView frozenCell new TextView this frozenCell.setText content.get i 0 Removed Code Styling of the cell frozenRow.addView frozenCell frozenTable.addView frozenRow The rest of them TableRow.. frozenRow The rest of them TableRow row new TableRow this Renoved Code Styling of the row for int j 1 j content.get 0 .length j TextView rowCell new TextView this rowCell.setText content.get i j Removed Code Styling of the cell row.addView.. Code Styling of the row for int j 1 j content.get 0 .length j TextView rowCell new TextView this rowCell.setText content.get i j Removed Code Styling of the cell row.addView rowCell contentTable.addView row This is what it looks like So this..
|