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
Modify the sort parameter in your invocation of query() in getList(). Currently it is set to DISPLAY_NAME. Try TYPE_BIRTHDAY.