开发者

Any MergeCursor sample for android?

开发者 https://www.devze.com 2023-03-13 20:32 出处:网络
I want to join the results of multiple cursors and I found that the SDK provides the MergeCursor class but I am not sure how to use it. Does anyone know where to find a sample code please?

I want to join the results of multiple cursors and I found that the SDK provides the MergeCursor class but I am not sure how to use it. Does anyone know where to find a sample code please?

To be more precise I want a sample for sorting a MergeCur开发者_如何学编程sor...


You can take a look at MergeCursorTest in the Compatibility Test Suite (CTS). It gives you a good overview how to use it.

0

精彩评论

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