Questions tagged [contactpicker]

51 questions
0
votes
1 answer

How to use ContactDate from ImportantDates

I try to get birthdate of a contact in a windows store apps. I get always the same wrong date (year 4, month 5 and day 5). Someone try it? var contactPicker = new Windows.ApplicationModel.Contacts.ContactPicker(); var selectedContact = await…
droopy
  • 1
  • 1
0
votes
1 answer

How to call contact picker from home screen?

I'm experimenting with creating a custom Android Home Screen. I've used the sample Home Screen application and have adapted it. Something I would like to do, is open the contact picker from a button in the Home Screen and use the contact that the…
Diana
  • 789
  • 8
  • 34
0
votes
1 answer

'undefined' is not a function (evaluating 'navigator.contacts.chooseContact( onSuccess, options)')

I have installed cordova 3.0.0 and created a helloworld project, and installed cordova-plugin-contacts. cordova create Helloworld com.example.helloworld "Helloworld" cd Helloworld cordova platforms add ios cordova build cordova…
enRaiser
  • 2,606
  • 2
  • 21
  • 39
-1
votes
1 answer

how to add multi contact picker?

I am following this library to add contact picker https://github.com/codinguser/android_contact_picker, and I am able to get numbers successfully from adding to my EditTextBox but, I want to add multiple contacts selected from contact and add only…
subhash
  • 41
  • 1
  • 7
-1
votes
1 answer

How to remove/hide icons in com.1gravity:android-contactpicker:1.0.6?

Hi I use 1gravity:android-contactpicker:1.0.6 library to pick multiple contacts from my phone. Here I don't want search feature.How to remove/hide search feature in this library? Any help will be appreciated and thanks in advance.
e.k
  • 1,333
  • 1
  • 17
  • 36
-1
votes
2 answers

How to render and select contacts from json object in android?

I get a response from server as json having name and contact number keys with their values. I want to display name and contact number details together with a check box as a column so that user can select multiple from those contacts and that…
nerdy_me
  • 451
  • 1
  • 5
  • 7
1 2 3
4