Android Kotlin: How to extract Text from selectable tablerow from TableLayout?
On the activitiy_main.xml, I have LinearLayout->TableLayout->TableRow as follows. I am trying to extract text value from SELECTED tablerow following answer I found on Stackoverflow Select a tableRow within a TableLayout Dynamically.