Android-ContactPicker icon indicating copy to clipboard operation
Android-ContactPicker copied to clipboard

A beautifully designed component to pick one or several contacts (including groups) from the Android contacts list

Results 23 Android-ContactPicker issues
Sort by recently updated
recently updated
newest added

Can i use it with Autocomplete textview? that would be more appropriate right?

Hi there, I am using Android-ContactPicker and enjoying it really! Thanks very much 👍 . Sometimes over Firebase I get the following Exception. I am using 1.3.2: ``` Fatal Exception:...

I'm using this libray in my app, but recently it started to crash with this exception: ``` java.lang.NoSuchMethodError: No virtual method setOnTabSelectedListener(Landroid/support/design/widget/TabLayout$OnTabSelectedListener;)V in class Landroid/support/design/widget/TabLayout; or its super classes (declaration...

* @yashpalraj upgrade Android support libs to v28.0.0. * Remove calls to deprecated `setOnTabSelectedListener` in favour of `addOnTabSelectedListener`. * Fix trailing category end tag in demo manifest. * Add using...

Whenever the selected contacts are about 20 and above, only about half of the contacts get passed to the results string. Behavior has been observed repeatedly as the app is...

Hi! It possibile obtain from a Contact his website, note and company? Thanks in advice

--------- beginning of crash 2018-11-14 15:34:22.585 15602-15602/com.cooldoctors.peermd E/AndroidRuntime: FATAL EXCEPTION: main Process: com.cooldoctors.peermd, PID: 15602 java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=0, data=null} to activity {com.cooldoctors.peermd/com.cooldoctors.peermd.activities.InviteActivity}: java.lang.NullPointerException: Attempt to invoke...

I can't get the contact picker to retain contacts I have selected before. I've collected all the selected contacts id into a serializable arraylist like this: private ArrayListpreSelectedContacts; preSelectedContacts=new ArrayList();...

i am able to display name but i cant able to send message with selected name is there any way to show only number instead of name.