Hi am using this code for getting contacts from Android contact list
last parameter in below method i.e null
Can anyone tell me how to sort contact list alphabatically? which parameter I passed so I will get desired output:
Cursor cur = cr.query(ContactsContract.Contacts.CONTENT_URI, null,
null, null, null);