There are 0 repository under android-contacts topic.
Android Contacts API Library written in Kotlin with Java interoperability. No more ContentProviders and cursors. Say goodbye to ContactsContract. Build your own contacts app!
contact picker library for Android, without READ_CONTACTS permission and made for AndroidX
Android contact extractor library is entitled to provide, simple contacts extraction API's to fetch contact from 'Contact' application
An Android Library to access the local contact list via a simple ViewModel
A Simple Demo for Phone Contact Application
Android Contact app using custom listview
https://android.googlesource.com/platform/packages/apps/Contacts/
-This is a demo application for opening system contact picker with help of intent and retrieves information of selected contact.
Project functional specification: The app starts off with a main activity containing a welcome message and a button. Upon pressing the button, your app displays a second activity containing a one-line editor field, a button, and a read-only text view. The second activity allows the interactive user to enter the first and last names of a person in the editor field. When the button in his activity is pressed, your app switches to a different app for adding a new contact with the specified first and last name. This app could be the built-in Contacts app in the device, or a different app with similar functionality that the device’s user installed on the device. Now the device’s user has a chance to enter the new contact’s information. The contacts app must return automatically to your app when a user saves a new contact. Alternatively, the user may choose to return to your app without saving a new contact by pressing the “back” button. Either way, when your app resumes it will display a message in the read-only text field indicating whether the user had successfully saved the new contact or not.