1) SyncResult is your friend. A SyncResult object is passed to the sync adapter's onPerformSync method. Fill it up before returning.
2) addStatusChangeListener is used mostly internally: for example, settings UI uses it to update those icons representing sync status. 3) SyncContext is a convenience wrapper for an ISyncConext interface. You should not need to worry about that one if you are inheriting from AbstractThreadedSyncAdapter like all other 2.0 sync adapters. You can read through the code of AbstractThreadedSyncAdapter to see how it's used - nothing important though. Cheers, - Dmitri On Tue, Dec 15, 2009 at 12:44 AM, sazilla <[email protected]> wrote: > Any feedback would be appreciated... > > thank you > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

