I’m trying to create “cells” dynamically, they need an image and 3 TextViews. I chose to use the TableLayout and my cells are TableRows.
I’ve tried this:
But cells do not appear (yes, I changed the color of the text :-))
Does anyone have any idea what might be happening?
And, someone suggests something better than TableRow?
You can use a WebView and then your table can be created/manipulated using HTML/js (there are excellent jQuery plugins).
I’ve tried a couple of times using TableLayout and then I’ve switched to the WebView/HTML solution.
It really depends on the design of your app.