Can Anyone gives a little bit more explanation like who initiate the
the sync adapter if it is sync manager how it does that and what make
it to do that. Is the sync adapter run periodically or when it gets
notification that raw-contacts has been changed ?, can we customize
the sync adapter execution ??. If you have any idea please shed light
on those question.


I am trying to listen to raw_contacts database table through
ContentObserver but i can only get the notification when database
changes , what i really want which particular row of the table has
changed , i know on change we can query about add ( i.e to query
highest contact id entered into the database) and for delete check the
delete flag set in the raw_contacts but how to know about which id had
been updated ?.

I was thinking alternative to ContentObserver the syncAdapter but i
dont get it how and when sync manager start the syncadapter ? can we
control it?.

any info appreciated!!

thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to