Android 中的字母索引器
我有一个从数据库填充的列表视图,我的滚动视图启用了 FastScroll,滚动条显示小部件,但索引不起作用 有人可以帮忙吗?
I have a list view populated from the database, I have my scroll view with FastScroll enabled, the scroll bar is showing the widget but the indexing is not working
can any one help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这篇文章..AlphabetizedAdapter< /a>..
Take a look at this post..AlphabetizedAdapter..
看看 这篇文章。这会对你有所帮助。
根据 AlphabetIndexer 文档,AlphabetIndexer 是:
因此,您可能会考虑使用 光标适配器 并实现 部分索引器。
Take a look at this post. This will help you.
According to AlphabetIndexer Documentation, an AlphabetIndexer is:
So you might consider using a Cursor Adapter and implement a Section Indexer.