I can pull all the contacts of the user's phone and I can use it for my app. But querying for contacts every time is expensive. So I implemented a cache for contacts. But when I cache it it is not possible to get the new and updated contacts.
So my question is there a way in which I can get only new and updated contacts from a time stamp. I did some research I could not find any way. Any help will be appreciated.
Thanks in Advance.