android-contacts

There are 10 repositories under android-contacts topic.

  • contacts-android

    vestrel00/contacts-android

    Android Contacts API Library written in Kotlin with Java interoperability. No more ContentProviders and cursors. Say goodbye to ContactsContract. Build your own contacts app!

    Language:Kotlin5971225936
  • farhad/contact-picker

    contact picker library for Android, without READ_CONTACTS permission and made for AndroidX

    Language:Kotlin24123
  • nitiwari-dev/android-contact-extractor-library

    Android contact extractor library is entitled to provide, simple contacts extraction API's to fetch contact from 'Contact' application

    Language:Java17303
  • mtuenaydin/ContactViewModel

    An Android Library to access the local contact list via a simple ViewModel

    Language:Kotlin7102
  • Deeptiman/Android-Contact-Demo

    A Simple Demo for Phone Contact Application

    Language:Java3202
  • sathishmepco53/ContactApp

    Android Contact app using custom listview

    Language:Java3002
  • sultanahamer/OpenContacts

    Privacy to your contacts.

    Language:Java31343
  • AuroraOSS/packages_apps_Contacts

    https://android.googlesource.com/platform/packages/apps/Contacts/

    Language:Java0101
  • gauranggoda/ContactPickerWithoutPermission

    -This is a demo application for opening system contact picker with help of intent and retrieves information of selected contact.

    Language:Kotlin0110
  • Ram15144/Insert-new-Contact-using-Android-App

    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.

    Language:Java20