views:

222

answers:

1

Hi,

I have an application for get and send contacts from blackberry but i need to send only updted contacts instead of all, so can i get only updated contacts from blackberry ?

+3  A: 
Max Gontar
I like the idea of comparing fields before sync, but am unsure of performance impact for large number Contacts list. This part will need to be carefully designed.
omermuhammed
I was trying for comapring fields but i am not able to store blackberrycontacts as a persistant store, its showing nonPersistableObject Exception. I am also running my application in background so how can i BlackBerryContactList.addListener() and PIMListListener for getting update contacts.
Rishabh
Rishabh, see updates
Max Gontar