Hi, I had the same problem with my widget and opted for nested LinearLayout's, and TextViews inside them representing table cells. Not elegant, but it worked. But why and indeterminate number of columns? It's a widget, you have limited space, it's not Excel :) Perhaps you should simulate the indeterminate number with some kind of "Next" button
HTH Cheers José On Apr 26, 2:51 pm, Niall <[email protected]> wrote: > Hi all, > > I have an android widget that scraps information from a website. I > want to display the data that I have gotten in a table form that's > shown on my widget, but I don't know how. I have tried the following > (but they don't appear to work)... > > First I tried adding in a table in my widget, but this isn't allowed, > I think due to the limitations of RemoteViews. > The next approach was to use a TextView and importing Html and I tried > to make a table, but this isn't allowed either. I can get a table- > esque layout, but it is not satisfactory. > The third thing I tried involved making a nested list of > LinearLayout's, but this didn't work either. It was here that I found > out about the limitations of the thing. > > There will always be 6 rows but there will be an indeterminate number > of columns. > > I'm all out of ideas about how I might get around this problem. Does > anyone here know how I might solve this problem? > > Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

