Getting Started
This repository contains a custom view, in which device contact list is displayed
Implementation
Go to Settings.gradle, inside repositories block ->
repositories {
maven { url 'https://jitpack.io' }
}
Go to Settings.gradle, inside repositories block ->
implementation 'com.github.lostankit7:multipleContactPicker:v1.1'
In your .xml file
Exposed methods
contactsView.loadContacts() //refresh the view or retrieve and load contacts again
contactsView.contactSelectedListener = { contact, contactsSelectedCount ->
//do your stuff here
}
contactsView.selectedContactsList //returns list of selected contacts