Hi all , I have ListView with adapter class which extends ArrayAdapter
and implements SectionIndexer. The problem is section indexer is not
updated when adapter data is changed. Even if i add new elements the
section remain the same. I tried some options
setFaseScrollEnabled(false);
setFaseScrollEnabled(true);
but i got IndexOutOfBounds exception. So how can i update
sectionIndexer when adapter's data is changed.

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

Reply via email to