开发者

Android possible to join Contacts Table with own table?

开发者 https://www.devze.com 2023-04-04 22:12 出处:网络
Is it possible to use a query to JOIN the default 开发者_JAVA技巧Contacts table with your own table?Not through SQL or ContentResolver. You can use techniques like CursorJoiner to create a Cursor that

Is it possible to use a query to JOIN the default 开发者_JAVA技巧Contacts table with your own table?


Not through SQL or ContentResolver. You can use techniques like CursorJoiner to create a Cursor that joins two other Cursors.

0

精彩评论

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