B4A Tutorial [B4A] [Class] [Contacts] wmContactsUtils - enhanced ContactsUtils - walt61    Oct 12, 2021   (14 reactions) b4x.-contact-missing-fields.40791/:
- AddOrganization: Adds an organisation to a contact
- AddPhoto: Adds a photo to a contact from a bitmap
- AddPostalAddress: Adds an unstructured postal address for a contact
- AddPostalAddress1: Adds an unstructured postal address for a contact
- GetDetailedName: B4A Library [Lib] Contacts (OPEN SOURCE) - Serjoscha Bald    Aug 26, 2016   (10 reactions) Something to know about the contact classes:
ContactAddress, ContactEmailAddress, ContactEvent, ContactIM, ContactNickname, ContactOrganization, ContactPhoneNumber, ContactRelation, ContactSipAddress and ContactWebsite.
All of these classes has a TYP property. This property will be set to a default B4A Question Add Firstname, LastName in ContactsUtils and add sort Column in FindAllContacts - Alain75 (first post)    Dec 19, 2022   (1 reaction) I have integrated some of the functions added by @walt61 and did modifications or enhancements :
Integrate addressTypes and cuAddress and add structured fields : street, neighborhood, postcode and city
Add GetAdresses function
Integrate FindContactsByGroupRowId
Integrate FindContactsByGroupName bu B4i Code Snippet Add Contact to Address Book(Iphone Contacts) - narek adonts    Mar 22, 2015 Hi
A code to add contact to Iphone Contacts with First Name, Last Name, Phone Number and Image
I almost dont understand anything about Objective C
If there is someone more experienced then me, this module can me extended to have a full Contacts Class.
You Should Initialize the module first.
Plea B4A Question Finding contact address details - Erel (first post)    Sep 22, 2016   (1 reaction) Add this sub to ContactsUtils:
'Returns a list with the contact's addresses.
Public Sub GetAddress(id As Long) As List
Dim raw As List = GetData("vnd.android.cursor.item/postal-address_v2", Array As String("data1", "data4", "data10", "data7"), id, Null)
Dim res As List
res.Initialize
Fo B4A Question Phone call without dialer? - W. Graf    Jul 03, 2017 Hi everybody! My company needs an address book, which can't be edited by an user. It's managed from "outside" and the user only should have "read-only" rights. Because the phone's addressbook (contacts) can't be limited in this way, I decided to write an app in B4A, which reads the builtin phoneboo B4A Library ContactsUtils v2.00 : redesigned, recoded and enhanced new version - Alain75    Jun 04, 2023   (16 reactions) Hi everybody, I worked a lot on ContactsUtils library (from @walt61) since my last post at the end of January. I redesigned, recoded and enhanced the library. Below is a summary of the modifications: Initialize has now 4 (string) parameterswhich can all be passed empty: AccountType and AccountNa Spanish Extraer dato de contactos - ocalle    Nov 26, 2018 Hola, suerte que hay un foro en español, en ingles no se como explicarlo Erel me paso esta rutina para agregar a contactutils para obtener la direccion de un contacto 'Returns a list with the contact's addresses. Public Sub GetAddress(id As Long) As List Dim raw As List = GetData("vnd.android.cu B4A Question find/link phone numbers or email addresses in text? - Dave O    Jun 09, 2016 Hi there,
Looking for the best way to auto-detect contact info in a chunk of text, so I can turn it into a clickable link.
I know it's possible, because the Tasks app that I use on my phone already does this. For example, if I type in some text in a task note field, when I later view it, it has tu B4J Question <Solved> ConnectionPool (maxpoolsize Issue) - Harris    Dec 07, 2015   (4 reactions) WRONG WAY: DBUtils.DeleteRecord(DB.pool.GetConnection, "cv_contactos", Where) Toast("Record Deleted: " & contactId & "!", 5000) Dim tbContacts As ABMTable = page.Component("tblContacts") tbContacts.Clear FillcontactosTable(tbCon Page: 1   2   3   4   5   6   7   Powered by ColBERT |