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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to