B4A Library [class] ContactsUtils - Provides read / write access to the stored contacts - Erel    Aug 26, 2016   (13 reactions) ContactsUtils is a class based on ContentResolver library.
ContactsUtils allows you to read all....
The attached project, which includes the ContactsUtils class shows a list with the visible contacts. Pressing... B4i Library iContacts + ContactsUtils - Read and write to the contacts store - Erel    Nov 9, 2016   (8 reactions) ContactsUtils is a class that together with iContacts library, provide read and write access to...-22_15.24.19.png
The first method that you will usually call is ContactsUtils.GetContacts... B4A Tutorial [B4A] [Class] [Contacts] wmContactsUtils - enhanced ContactsUtils - walt61    Oct 12, 2021   (14 reactions) This is an enhanced version based on @Erel 's ContactsUtils v1.20.
NOTE: DeleteContact didn....
Changes to ContactsUtils v1.20 code (all changes are marked with a 'WM' comment in the code... B4A Example ContactSearcher - Combines ContactsUtils with SearchView - Erel    Jul 29, 2013   (16 reactions) This example uses SearchView to allow the user to search for any contact. The user can enter a substring of the contact name or one of his phone numbers.
This is a modified version of SearchView... B4A Question ContactsUtils - draft version - Erel    Jul 4, 2013 The ContactsUtils class allows you to read and modify the stored contacts. The current version... over the code. It requires the new ContentResolver library: ContentResolver Types: Type cuContact... cuPhone (Number As String, PhoneType As String) All the Findxxx methods return a List with cuContact items: Public Sub FindContactsByName(Name As String, Exact As Boolean, VisibleOnly As Boolean) As List Public Sub FindContactsByMail(Mail As String, Exact As Boolean, VisibleOnly As Boolean) As List... B4A Example [B4A] Extended example of ContactsUtils to place shortcuts to contacts on the home screen - wbauer    Nov 1, 2024   (4 reactions) For some time now, it has not been possible to place short links to contacts on the home screen via the Contact Apps. Instead, the selected contact is always placed as a widget. However, since I like to create folders with contacts, this solution using widgets does not work for me. Therefore, I have extended the old ContactsUtils example by Eril (https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/#content) so that a long click... B4A Question ContactsUtils - Sergey_New    Dec 1, 2023 Is it possible to get surname and name separately and not DisplayName?... B4A Library ContactsUtils v2.00 : redesigned, recoded and enhanced new version - Alain75    Jun 4, 2023   (16 reactions) Hi everybody,
I worked a lot on ContactsUtils library (from @walt61) since my last post..., if needed, Initialize function can be recalled. ContactsUtils uses this function itself to... B4A Question ContactsUtils Custom Fields - walterf25    Apr 10, 2018 of contacts i need to download from an online service which dumps the data in CSV format, i have all this part figured out, but i need to add all this information to the device's contacts, i need to add... B4A Question ContactsUtils.FindContactsByPhone pattern - peacemaker    Feb 3, 2017 HI, All
I have found that my contacts were saved sometimes without delimiters like "12345678... that i did not enter these delimiters - it seems to be due to various Android versions saved contacts... Page: 1   2   |