Hello,
I am developing simple web app, It gets data from url, then parses it with
htmlcleaner + xpath. That was easy part.
Now I am trying to present data and populate my RelativeLayout with data and
icons(I store icons in local resources)

I am trying to populate my Activity with multiple sets, every set consist of
2 rows:
1st row imageview(icon) -> listview(text)->imageview(icon)
2nd row listview(text)
1st row imageview(icon) -> listview(text)->imageview(icon)
2nd row listview(text)
... and so on

the question is: am I going in the right direction? is there any
other(simpler) way to accomplish what I need?
I am also not sure whether I can or can't do it all in main.xml, main.xml
feels like describing static things to me
Thank you all.

-- 
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