开发者

How to make a non-alphabetical sectionindexer

开发者 https://www.devze.com 2023-01-16 01:16 出处:网络
开发者_StackOverflow中文版In my search activity I am pulling data from 4 Cursors (each with a tag saying what it contains) placed in a MergeCursor. What I\'d like to is create a section indexer which

开发者_StackOverflow中文版In my search activity I am pulling data from 4 Cursors (each with a tag saying what it contains) placed in a MergeCursor. What I'd like to is create a section indexer which allows the user to move between these sections, instead of the usual alphabetical one. How should I go about doing this?

Thanks


You need to implement SectionIndexer interface by your adapter class.

0

精彩评论

暂无评论...
验证码 换一张
取 消