10 messages in com.googlegroups.android-developers[android-developers] Re: ListView in ...
FromSent OnAttachments
kelvin27 Jun 2008 11:35 
Romain Guy27 Jun 2008 11:44 
Mark Murphy27 Jun 2008 11:47 
kelvin27 Jun 2008 11:54 
kelvin27 Jun 2008 11:57 
Romain Guy27 Jun 2008 11:59 
Mark Murphy27 Jun 2008 12:06 
kelvin27 Jun 2008 12:11 
Romain Guy27 Jun 2008 12:12 
kelvin27 Jun 2008 12:13 
Subject:[android-developers] Re: ListView in ScrollView
From:kelvin (kelv@gmail.com)
Date:06/27/2008 11:57:10 AM
List:com.googlegroups.android-developers

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.

On Jun 27, 11:47 am, "Mark Murphy" <mmur@commonsware.com> wrote:

Maybe I'm misreading your message, but I don't see where the ScrollView comes into play.

You say you want to use ListView, because you want scrollability (which ListView has) and you want AdapterView characteristics (and ListView has AdapterView as an ancestor).

So, just use a ListView.

If I'm missing the point (and I suspect I am), could you clarify?