Does Android 4.0 have any built-in way to use sticky list headers and indexable lists? I’ve found the following projects:
… but both are separate and I need to follow best practice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A
ListView(Or rather, its adapter) is already indexable with theSectionIndexerinterface. I have had no trouble extendingStickyListHeadersBaseAdapterand implementingSectionIndexer. Enable thefastScrollin the XML for the list, and drag the scroll handle. There are numerous guides on how to use theSectionIndexerinterface