How to get contacts in order of their upcoming birthdays?

后端 未结 5 1245
误落风尘
误落风尘 2020-12-15 12:45

I have code to read contact details and to read birthdays. But how do I get a list of contacts in order of their upcoming birthday?

For a single contact identified b

5条回答
  •  情歌与酒
    2020-12-15 12:59

    Perhaps, you want to use a CursorJoiner as in the following answer: http://www.mail-archive.com/android-developers@googlegroups.com/msg44317.html

    I have a similar issue I haven't solved yet, so I would love to know if you can get this to work.

提交回复
热议问题