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 calling one of the Find methods. All the Find methods return a List that holds cuContact items. The cuContact object holds the contact name and id. With that id you can get more information, add or... Share My Creation BANanoVuetifyAD3 Contact Manager WebApp using BANanoServer MySQL jRDC2: Source Code - Mashiane    Aug 5, 2021   (16 reactions) Hi there Announcing our next project. A contact manager jRDC2 WebApp using the BANanoServer. 117428 The project is DonationWare and any donation is welcome. The paypal address is [email protected]. Featuring: MySQL BackEnd jRDC2 Connection BANanoDataSource Badges ListView Form Builder Custom Components i.e. Tags Watch this space. You will love this! PS: The above screens are just demos and not the final product. Ta! yBuKpvdnj2U... B4i Library iContacts + ContactsUtils - Read and write to the contacts store - Erel    Nov 9, 2016   (9 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...-22_15.24.19.png The first method that you will usually call is ContactsUtils.GetContacts. It will asynchronously read all contacts and raise the Available event when the data is available... be fetched for all contacts. You can later access more fields but it will be slower as it will need... 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... 1 indicating that the deletion had taken place; the contact was just still there after the call. Changes to ContactsUtils v1.20 code (all changes are marked with a 'WM' comment in the code...: small changes that don't impact existing code - Public Sub DeleteContact: added return type Int that shows how many contacts were deleted New public methods from or based on ddahan's code from... B4A Example ContactSearcher - Combines ContactsUtils with SearchView - Erel    Jul 29, 2013   (17 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. Unlike the standard SearchView this version allows us to use different text for searching. The item itself can be any type of object. Note that the phone number "search text" is stripped from..., the user is expected to enter the digits only (or the contact's name).... Share My Creation TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included) - walt61    Nov 13, 2021   (17 reactions) .at/en/) for years to sync my contacts, calendar, and tasks from a Windows PC (first MS Outlook, then... 113346 What does/doesn't it do? It DOES: - Synchronise Thunderbird contacts with one or more Android devices; contact matching is based on the combination of first and last name (which means... interaction. If you only want to sync contacts, ICSx5 is not needed. Getting started - Get ICSx5 (see... the performance hit is reasonable. Other - Deleting contacts (which is also used to update them... 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 - 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... Games [XUI2D] To Collide or Not To Collide - Erel    Sep 12, 2018   (6 reactions)   tags: Box2d Collision of the screen. There are two ways to detect collisions: 1. Call Body.GetContactList to get the current contacts. In most cases you will want to pass True for the TouchingOnly parameter. The items in the list returned are B2Contact items. 2. Handle the world contact events: BeginContact, PreSolve, PostSolve and EndContact. Note that PreSolve and PostSolve are not called for sensors. The events are a bit more complicated to handle but are more powerful as they allow you to modify the contact behavior and... B4A Question wmContactUtils does not provide contact list - AlpVir    Mar 10, 2023 I use wmContactUtils class module by walt61 (https://www.b4x.com/android/forum/threads/b4a-class-contacts-wmcontactsutils-enhanced-contactsutils.130274/)
It works fine with Android 13 but the contact list is woefully empty with Android 8.1 !
Even using the old ContactsUtils class module (by Erel) the contact list is not populated.
How to fix it?
What alternatives could I use, bearing in mind... Page: 1   2   3   4   5   6   7   |