Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
218 views

SQL Server: how to select First, Second and Third degree contacts

I'm working on a social web-site project and I need to list "First, Second and Third Degree Contacts" of my contacts. I'm using SQL Server AND C# Assume a contact table like this: For first degree ...
2
votes
3answers
148 views

Is there a good way (PHP class) to acces Gmail Contacs?

Is there a good way (PHP class/function) to access Gmail Contacts List? If not where I can start to build a class?
1
vote
0answers
152 views

how to import contact list from iphone address book to my application?

- (void)viewDidLoad { [super viewDidLoad]; // Uncomment the following line to display an Edit button in the navigation bar for this view controller. UIBarButtonItem *btn = ...
1
vote
1answer
136 views

How to create a personalized ContactList with Qt

I'm trying to find the best way to create a personalized contact List for an instant messaging app. Maybe with a Tree View but I'm not sure. I Need a way to view Groups in which there are Contacts. ...
1
vote
1answer
549 views

BlackBerry - read custom ringtone name from address book contact list?

Actually I am assigning custom ringtone with contact number in a custom database contact list. Now I am having problem with the reading to that contact list. If anyone having any idea about this ...
1
vote
2answers
547 views

Working with contact list in Symbian and WindowsMobile in a nutshell

I've never developing anything for mobile platforms yet. But now I need an app, that can perform basic read/write/update operations with contact list. It should work in Symbian and WinMobile, but ...
0
votes
3answers
80 views

Automatically suggest name(s) from contact list with respect to letter entered in textfield

I have a textfield where the user enters the name.Now when a letter is typed in the textfield,let's say "T",then how can I get suggestions of names from contact list in iphone with respect to that ...
0
votes
1answer
51 views

Using PIM, how to detect what is the attribute which is retrieved using Contact.TEL and index?

I'm looping over all attributes of the Contact.TEL field to retrieve names and data, so that I can display something like this: HOME: +2034953213 WORK: +2033923959 MOBILE: +20179083008 I've ...
0
votes
0answers
75 views

How to make User Interface of add contact detail same like in iPhone Contact List?

I am making an app, in which I am making custom contact list for this application, now I made add button to add contact in my custom contact list. Now I want to add all the detail (name, mobile, ...
0
votes
0answers
114 views

how to get the owner contact_id?

In the device's contacts list there is a contact called "my contact" (or similar, depending on the language) in which are stored the phone number and other infos about the owner of the device. How to ...
0
votes
0answers
141 views

make a list of contacts?

So what I wanna do is make a list of numbers either from the contact list, call log, or just adding a number. How can I make it so that when I choose the number or write it in, all the contacts get ...