Hi all i have ArrayAdapter that implements SectionIndexer. It implement basic alphabetic indexing for string but the problem is that i'm filling the strings dynamically so if i start using the fast scroll before all items are loaded getSection method is called and only sections that are present in the current state are displayed. How to notify the scroll that there are new items in the adapter and refetch newly created sections. Thanks :)
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

