Hey guys, a couple of thing I find strange about choiceMode.
First of all setting it trough XML doesn't seem to have any effect ,
in my ListActivity I retrieve choiceMode from the list and it's value
is always 0.
Nothing so important I set it through java
getListView().setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);
What happens now, and probably is right and I should not care, is that
each time I click on an item the list is completely rebuilt as I can
see from onChildViewAdded in my OnHierarchyChangeListener.
I can't see a reason why this should happen and I don't find it so
good for performance especially if dealing with big list.
Am I doing something wrong?
Thanks

Andrea

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to