Tagged Questions
0
votes
1answer
39 views
Retrieve Contact name from phone number
I've been looking everywhere since the past few days to find a way to retrieve a contact name using a phone number I already have stored in a variable, unfortunately everything I found so far seems to ...
2
votes
1answer
378 views
android showing both sim and phone contacts
In my code I should display only phone contacts: I followed previous posts but I still display both phone and sim contacts. Here it is my code:
Uri uri = ...
0
votes
0answers
25 views
How to apply a photo to a contact in WP7?
Is there any dll or extension for SaveContact task in WP7 so that it could also save contact photo at the same time? In my application I need to save contact data into address book including photo. ...
0
votes
3answers
63 views
How to retrieve one or more phone numbers of one contact from android phone?
I want to retrieve multiple numbers from one contacts which is already saved to phone.
So how to read numbers of one contact programmatically in android?
1
vote
1answer
61 views
is there anyway to read device contact list in android
I am trying to read the phone contact list. I don't want to read sim contacts and synced contacts. I have tried two three days to find out a solution for this.
--I can read sim contacts
--I can read ...
0
votes
2answers
247 views
Android - cant get phone number of some contacts
I'm having a problem with extracting phone numbers of some people in my contact list.
First I show all the contacts in a listview:
String[] projection = new String[] {
...
0
votes
0answers
143 views
Complete Example To Fetch (Retrieve) Contact Name, Number From Android and Store to DB
Hello Seniors and Experts
I would like to fetch All the contacts name with number from Android mobile (phone + sim) and then want to store all those in a new Database. After that I would like to show ...
0
votes
1answer
174 views
GetAndroid contact information (phone, name, etc…)
I'm stuck with a problem since a long time :(
I know you might think this subject has been treated several times but this is different !
My app is supposed to get contact information (name, number) ...
-9
votes
3answers
280 views
Retrieving the phone number
Where my application is installed I want to retrieve the phone number of that phone and then post it on the server. Is this possible?
TelephonyManager tMgr = ...
0
votes
1answer
103 views
how to display contact log from within an app in android?
I want to display the phone's contact log directly inside my application on a button click, in order to select a contact and its number. Can anybody help me with this?
3
votes
1answer
1k views
Android Emulator Contacts Manager source code?
I'm looking to "Android emulator contacts manager" and it looks exactly what I need :).. Does anybody know if it possible to find source code of that application ( I hope some android project for ...
0
votes
1answer
474 views
Android: Display contact names by part of phone number
I have a function that takes a number and seeks for it into the phone contacts, but after that it returns the contact name.
public String[] getContactDisplayNameByNumber(String number) {
Uri ...
0
votes
1answer
397 views
Android Contact and Phone number picker like in standard SMS functionality
I write application and I need select only one number of some contact but with it's name and userpic. But I have surfed and found only recommendations how to select one contact or one phone number. ...
1
vote
3answers
2k views
Retrieving a phone number with ContactsContract in Android - function doesn't work
I wrote the following function in order to retrieve one single phone number that belongs to the contact with id "contactID".
The function which is to retrieve the phone number:
private String ...
2
votes
1answer
349 views
Count the number of outgoing calls (2.2 or above)
I tried to find snipped for counting the number of outgoing calls in android but all I find ware unanswered questions end solution that doesn't work. I need this quick so if someone have a solution ...
1
vote
1answer
265 views
Find Android Phone Contacts Timestamp
Is there any way by which we can get the timestamp i.e the time at which a contact was added to the phonebook?
I could not see any option for the same in the Peoples or Phones class/interface
Thanks ...
1
vote
2answers
619 views
how to get the phone number?
I'm tring to put in an edittext the phone number that was selected by user. I have a button :-
contact.setOnClickListener(new View.OnClickListener() {
@Override
public void ...
0
votes
1answer
381 views
I'm having trouble loading email addresses from the Phone's contacts
I am trying to generate a list of emails from the phone's contacts but I have having trouble specifically getting emails. I can get names and phone numbers but not emails. The ArrayList sizes are both ...
0
votes
3answers
3k views
Get Contact by Phone number on Android
I know how I can get all contacts in Android , and how to get their phone number.
What I cant seem to figure out is how to get a contact by phone number...
This is my current piece of code I wrote ...
1
vote
1answer
209 views
Android: How do I find the list of calls made to a particular contact?
Given a contact, or a contact ID, in android, how do I get the list of calls made to or from that contact? Like the call log, but filtered to just one individual (with the possibility of multiple ...
0
votes
2answers
306 views
How do you retrieve an ID from a phone number?
I am trying to retrieve Phone Number hence using
String addrWhere = Contacts.Phones.NUMBER + " = " + userNumber;
String id = "";
Cursor c = mContext.getContentResolver().query(
...
0
votes
1answer
938 views
android get contact's name and phonenumber for android 1.5
So far I have this code from examples I have seen on here:
public class testLayout extends Activity {
final int PICK_CONTACT = 0;
ImageView image = null;
/** Called when the activity is first ...
3
votes
3answers
3k views
Android contact query
I have a problem in querying phonebook contacts. What I need to do is get a list of contacts that have both phone and email entered or are of a specific type.
Basically like this:
public static ...

