ok, ListView it is!

I think the thing that bothers me, is I would like to define the whole
layout in XML (as if I were using a LinearLayout). I wonder if its
still possible (or recommended) to do that. Inflate the layout and
then read off the children into the Adapter...??

On Feb 26, 2:27 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> westmeadboy wrote:
> > I see that the description section is not selectable and assume it is
> > pretty trivial to define whether something like that (and headings) is
> > selectable or not...
>
> > In my case, some rows are selectable and others have views within them
> > that are selectable (think of a displayed sentence where individual
> > words are clickable).
>
> > Given this, and if I understand you correctly, then the MergeAdapter
> > is the best way to go?
>
> Having rows that should be selectable screams "use ListView" to me,
> because rolling that yourself could be messy.
>
> Whether you use MergeAdapter or your own custom BaseAdapter is up to
> you. Your own custom adapter class gives you more control; MergeAdapter
> is plug-and-play.
>
> BTW, if you elect to use MergeAdapter and have questions, please join
> the [cw-android] Google Group and post the questions there -- no sense
> in cluttering up this list.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 3.0
> Available!

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