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
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.