niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Retrieve contact list stored in the phone #734

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In this space, please describe the feature or enhancement you would like to
see for App Inventor.   Be as specific as you can.
Hi,
I thought of this once i completed the NoTextWhileDriving tutorial. Currently 
this App responds to all messages sent to it,even to unknown numbers. 

I wanted to modify it so that it will reply only to numbers present in the 
contact list at not all numbers. 

As per my knowledge there is no way to retrieve the contact list in the phone 
as of now. 
I think this would be a good feature to include!

Original issue reported on code.google.com by ishanpa...@gmail.com on 17 Nov 2010 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by yonglinw...@gmail.com on 15 Mar 2012 at 11:50

GoogleCodeExporter commented 9 years ago
You can do that with Contact Picker Component

Original comment by yonglinw...@gmail.com on 15 Mar 2012 at 12:12

GoogleCodeExporter commented 9 years ago
ContactPicker, EmailPicker and PhoneNumberPicker only open a list for the user 
to pick one contact at a time, allowing the properties of this one contact 
only, to become available for processing.

Please explain how the (entire!) contact list can be retrieved (so that 
parameters of all users would be available for processing) with "Contact Picker 
Component". Unless you just guessed, which would not be much help. 

Original comment by georgi...@gmail.com on 15 Mar 2012 at 5:43

GoogleCodeExporter commented 9 years ago
From Hal(halatmitdotedu@gmail.com):I don't think it would work to just retrieve 
the contact list.  It would be very large and hard to deal with in App 
Inventor.   But I agree there's a need there.   We'll need to think of 
something better.

Also, we need to fix contact picker to use the more up-to-date android format.

Original comment by yonglinw...@gmail.com on 19 Mar 2012 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by weihuali...@gmail.com on 19 Apr 2012 at 8:25

GoogleCodeExporter commented 9 years ago
The "pickers" also need to enable the search option.  Currently, the entire 
contact list is displayed with no why (that I know of) to search for a contact 
in a large list.  

Original comment by mrsp...@gmail.com on 21 Apr 2012 at 8:40

GoogleCodeExporter commented 9 years ago
I am also looking for this feature. After searching for sometime on forums I 
found that many people need this feature.

I was trying to get the contact names and numbers based on user input, but I 
cannot search the phone contacts programatically.

Original comment by venkat.m...@gmail.com on 14 Nov 2013 at 7:37

GoogleCodeExporter commented 9 years ago
you can access the Google Contacts API and download the complete contact list, 
see also here https://puravidaapps.com/contacts.php
Taifun

Original comment by taifunb...@gmail.com on 27 Sep 2014 at 4:21