Is there a way to either keep a selected row highlighted when the table loses focus, or set the background color on a row when the row is clicked? I want to pick a row in the table then be able go to another view but still see the row that was previously selected.
I'm sorry, but I've been through that code over and over and the best I can do is set the color of the column heading. I need to be able to set each individual cell to a different color. Is the B4XTable not the right choice for this?
My problem was I was missing the "BuildLayoutsCache()". Without it, the table size kept saying "1" so I couldn't change anything except the column headings!