Why does this type of thing always end up being so difficult?

I want to have a scrolling list on the screen. Very simple... Except
that the Android SDK seems to require that list to be a listview which
is implemented in a completely different way from other programming
languages... (Slight rant following, skip to the bottom to see my
question, sorry...) Why is it so hard? Why can't I just say "Here's a
listview on the page and there is a method for adding options onto it
and I'll iterate through my result set to add them"?

My question is simple - is there a simple way to use lists in Android?
Or does one have to define entire screens every time just to display a
list?
--~--~---------~--~----~------------~-------~--~----~
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