Get Table Row data in the ContextMenu
问题 Well so I've been struggling for a while now to figure this out browsing through posts but I haven't yet come across anything viable. This is a part of my code for the table: TableLayout flightInfoTable = (TableLayout) findViewById(R.id.flightInfoTable); flightInfoTable.setStretchAllColumns(true); flightInfoTable.setShrinkAllColumns(true); for (int i = 16; i < flightInfoArrayLenght - 1; i++) { TableRow rowFlightInfo = new TableRow(this); rowFlightInfo.setGravity(Gravity.CENTER); rowFlightInfo