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 ?
|
|
|
UPDATE
So you can save Contacts last change date in Persistent Store and send them to server, next time check actual REVISION value and compare with saved value from Persistent Store. Wrong, tried this approach, REVISION field is not supported by BlackBerry contact list... See also How to Get last contact modification When Revision field is not supported. Other option is to use BlackBerryContactList.addListener() and PIMListListener, but its rather complex and will require background application running all the time. Another thing you can do is store Contacts into Persistent Store and compare all fields before synch. |
|||||||
|