Android Question Tableview Set Individual Cell Textcolor or Font

GGS

Member
Licensed User
Longtime User
Hi,

I have had good success with the Tableview class 1.32 in an app used to handle large amounts of data. I need to change the text color, or font, or background color for a single cell depending upon the data displayed in that cell. Is there a way to select one or more cells in a table and then change one of those three properties for that cell (text color, font, or background color)?

I have read the info. on using labels, but it sounds like I would not be able to sort columns made up of labels which is very important to this app.

Any ideas?

Thanks,
GGS
 
Top