Hi Romain Guy, What is the attribute you mention below that makes ListView items selectable or focusable? i.e., how/what does one change to make ListView items focusable by default (and not selectable)?
Thanks, Nitin. On Aug 27, 2008, at 1:28 PM, Romain Guy wrote: > >> So, in conclusion, I can have a focusable item or a focusable child >> into the item but not both. > > No, items in a ListView are not focusable by default, they are > selectable. So an item can be focusable (it gets focus or one of its > children gets focus) OR selectable, but not both. You can make the > item and its children focusable if you want. But keyboard focus > navigation might not work properly in that case (overlapping focusable > items are not handled very well for now.) > >> >> That means, for example, that if I want to have a list of songs, >> where >> if I select one I play it, and each one have a button to add to one >> playlist is not possible? >> >> And another quick question, Can I have a SurfaceView able to display >> videos and photos?, lets say, for example, that I want to put a >> loading image while downloading the video, is that possible? (using >> MediaPlayer yo play the video). >> >> Thanks. >>> >> > > > > -- > Romain Guy > www.curious-creature.org > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

