I have a table that is created dynamically where rows are added based on arraylist. Is it possible to merge cells of the table based on the content (which is a textview). If the textview value is identical to the next cell textview, is there anyway to merge the cells together? I can post the code that creates the tablerow, but wanted to see if I was wasting my time trying to do this. According to what I have seen, there should be a way, but looks like it's all done in xml file.
Last edited: