B4A Tutorial [B4A] [Class] [Contacts] wmContactsUtils - enhanced ContactsUtils - walt61    Oct 12, 2021   (14 reactions) Events are only available as of Android API level 5
- AddIM: Adds an IM field to the given contact id
- AddNickname: Adds a nickname field to the given contact id
- AddPostalAddress2: Adds a structured postal address
- AddWebsite: Adds a website field to the given contact id
- DeleteContact2: Delet B4A Example [B4A] Extended example of ContactsUtils to place shortcuts to contacts on the home screen - wbauer    Nov 01, 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 hav B4A Library ContactsUtils v2.00 : redesigned, recoded and enhanced new version - Erel (first post)    Jun 04, 2023   (5 reactions) Correct me if I'm wrong but I believe that I wrote the first version and @walt61 extended it.
ContactsUtils - Provides read / write access to the stored contacts 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 kinds of information from the device stored contacts and also to modify the information, add new contacts and delete existing contacts.
Most of the methods expect a contact id. You can get this id by ca B4A Question ContactsUtils - walt61 (first post)    Dec 02, 2023   (2 reactions) Use method 'GetDetailedName' with this version: https://www.b4x.com/android/forum/threads/b4a-class-contacts-wmcontactsutils-enhanced-contactsutils.130274/ B4i Library iContacts + ContactsUtils - Read and write to the contacts store - Erel    Nov 09, 2016   (8 reactions) ContactsUtils is a class that together with iContacts library, provide read and write access to the device contacts store.
Note that it is based on the new Contacts framework introduced in iOS 9. So your project should include:
#MinVersion: 9
https://www.b4x.com/basic4android/images/SS-2016-02-2 B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Nov 02, 2024   (1 reaction) What's New Since Last Week (26 Oct 2024 to 02 Nov 2024)
B4A
Contacts
Extended example of ContactsUtils to place shortcuts to contacts on the home screen
Extended example of ContactsUtils to place shortcuts to contacts on the home screen
https://www.b4x.com/android/forum/threads/b4a-extended-exa B4A Question Add Contacts Programmatically - walt61 (first post)    Nov 29, 2022 Hi Juzer, have a look here: https://www.b4x.-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ For extended functionality, see here: https://www.b4x.com/android/forum/threads/b4a-class-contacts-wmcontactsutils-enhanced-contactsutils.130274/ B4A Question Contact data structure. - Erel (first post)    Feb 15, 2017   (1 reaction) The contacts database is much more complicated. It is not made of 15 fields. You can see the code that accesses the contacts: ContactsUtils - Provides read / write access to the stored contacts Maybe you can use the notes field to store additional data. If you only need the data for your applicat Spanish [SOLUCIONADO] Como borrar un cumpleaños de un contacto - Edu Portu (first post)    Apr 26, 2020   (1 reaction) La clase ContactUtils
https://www.b4x.-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/
tiene una funcion cu.DeleteContact
'Deletes the contact with the given Id.
Public Sub DeleteContact(Id As Long) Page: 1   2   3   4   5   6   7   Powered by ColBERT |