C Christian Member Licensed User Longtime User Jan 22, 2011 #1 Hi Erel, the code in the attached zip file displays the name and the phone number of the contacts which are stored on the phone. Now I want to sort this list by names. Do you have an idea how to achieve it. Best regards Christian Attachments Contacts.zip 4.8 KB · Views: 539
Hi Erel, the code in the attached zip file displays the name and the phone number of the contacts which are stored on the phone. Now I want to sort this list by names. Do you have an idea how to achieve it. Best regards Christian
Erel B4X founder Staff member Licensed User Longtime User Mar 23, 2014 #21 You should use ContactsUtils instead of Contacts2. It is much more powerful: [class] ContactsUtils - Provides read / write access to the stored contacts Upvote 0
You should use ContactsUtils instead of Contacts2. It is much more powerful: [class] ContactsUtils - Provides read / write access to the stored contacts