Hi, I've got a pretty standard list control, it's got about 4 lines of text. Some of the text in each row might start a new activity when clicked, like:
Row 1 John Doe [clickable, starts activity] 1234 Main Street [clickable, starts activity] Last Read: The Great Gatsby [clickable, starts activity] I haven't tried making multiple focusable items within a listview row for about a year now, but I think it caused issues when using the scroll wheel on the device of some sort. Is this a good pattern to use, or is there some other mechanism we can go with? Alternates are displaying a dialog when a row is clicked with buttons for each clickable element, a long-click to activate an options dialog, etc. I see that the twitter app has the multiple clickable elements per row pattern implemented, so maybe it's ok to go with? Thanks -- 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

