I read the documentation... and (Being an imbecile as I fully admit I am) it
read sort of like Charlie Browns teacher talking to me...

What I need to do is be able to have a search that displays it's results in
a list. But from the looks of the docs, it takes an entire Android app to
display one list at a time that can't talk to anything else (I may be
reading it wrong)... Really, what I want is something that woudl work sort
of like Select lists in Javascript - I have a container and then just add
options one at a time... But I can't see how to do that in a Android
ListView...

On Tue, Sep 22, 2009 at 10:56 AM, justinh <[email protected]>wrote:

>
> There's plenty of documentation if you take the time to read it:
>
>
> http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/view/List1.html
> and it goes all the way up to...
>
> http://developer.android.com/guide/samples/ApiDemos/src/com/example/android/apis/view/List14.html
>
> What's with all the ListView topics lately?
>
>
> On Sep 22, 10:43 am, furby <[email protected]> wrote:
> > 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to