如何从 ContentQueryMap 获取 SortedMap?
为了缓存 Cursor 的结果,我使用 ContentQueryMap。
事实是,我认为对于每个 ContentQueryMap 我只能获得查询的单个列......但我对此不确定。
假设游标返回 2 列:键、值。
我想要一个 SortedMap 这样完成: , , ...
问:如何从 Cursor 开始选择两列,从 ContentQueryMap 传递(因为查询必须被缓存)?
To cache a result of a Cursor, I use a ContentQueryMap.
The fact is that I think that for every ContentQueryMap I can get only a single column of the query... But I'm not sure about this.
Suppose that the cursor returns 2 columns: key, value.
I want a SortedMap so done: , , ...
Q: How get that SortedMap starting from a Cursor thet select two columns, passing from ContentQueryMap (because the query must be cached)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完成:conversationsSortedMap 是 SortedMap!
Done: conversationsSortedMap is the SortedMap!