[android-developers] Re: Problem finding a contact when ID is known

2010-02-02 Thread andrew android
I finally got it figured out (thanks Beth): @Override public void onItemClick(AdapterView? arg0, View arg1, int position, long id) { String name =

[android-developers] Re: Problem finding a contact when ID is known

2010-02-01 Thread andrew android
Could you help give some example? Some Example how you use it? Thanks! On Jan 31, 8:34 pm, Dmitri Plotnikov () dplotni...@google.com wrote: You don't need to create it.  It is column on the Contacts table. There is also a conenience method on Contacts that will retrieve it for you. On

[android-developers] Re: Problem finding a contact when ID is known

2010-02-01 Thread andrew android
Bump:) On Feb 1, 5:02 am, andrew android andygoldm...@gmail.com wrote: Could you help give some example? Some Example how you use it? Thanks! On Jan 31, 8:34 pm, Dmitri Plotnikov ()  dplotni...@google.com wrote: You don't need to create it.  It is column on the Contacts table. There

[android-developers] Re: Problem finding a contact when ID is known

2010-01-31 Thread andrew android
Please tell me, though, how do you create a lookup key? Can you give or point me to a good example? On Jan 31, 12:47 pm, Dmitri Plotnikov () dplotni...@google.com wrote: Contact IDs are volatile, they often change as a result of aggregation.  You need to store the lookup key rather than

Re: [android-developers] Re: Problem finding a contact when ID is known

2010-01-31 Thread ▯▯▯▯
You don't need to create it. It is column on the Contacts table. There is also a conenience method on Contacts that will retrieve it for you. On Jan 31, 2010 3:43 PM, andrew android andygoldm...@gmail.com wrote: Please tell me, though, how do you create a lookup key? Can you give or point me