Hello everybody, I want to add a contact(accepting the contact details from my the application's activity) and after adding it, I would like to retrieve the LookUp key pertaining to it.
I was able to add a contact using the following tutorial, http://www.pocketmagic.net/?p=1819 But, In the above tutorial, the adding of contact it performed using RawContactId and thus, I'll have access only to the RawContactId. But, my application needs a LookUp key( not a RawContactId ) for accessing the Contacts. I found a solution(I am going to try it now) for this problem at, http://www.pocketmagic.net/?p=1844 But, the solutions is little bit complicated(for a novice like me). Please, provide some suggestions/code snippets which can help me out in getting the LookupId for a contact that is added just now, (provided, we have the RawContactId of the newly added contact). Thanks for any help, in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

