I have thought about using a single ListView, but unfortunately it
doesn't really go with my "design" such as it is.

I haven't looked into what it'd take to do what you're saying with an
Adapter-backed LinearLayout, but that sounds what exactly like what I
need.  I can hopefully figure it out, but I don't suppose you could
point me to any examples of something similar to get me started?

Thanks for the help!

On Jun 27, 12:07 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > Thanks for the response.  Yea, I probably wasn't clear.  I actually
> > don't care about the scrollability since yes, I am in a ScrollView.  I
> > DO care about the AdapterView characteristics.  I am using the
> > ScrollView because I have a number of other views in the activity
> > besides the ScrollView and I all want them to appear as if they are on
> > one page.
>
> Ah, didn't realize the ScrollView contained other stuff beyond the ListView.
>
> Off the cuff, I can't think of a better way to accomplish your literal
> ends than what you're doing or Romain Guy's recommendation of using
> header/footer.
>
> Personally, all else being equal, I'd probably go with a Spinner rather
> than a ListView (less vertical real estate for the user to have to scroll
> through), but I'm guessing you already thought of that and rejected it for
> various reasons.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ -- Available Now!
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to