Android Sync Adapter Resources [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionDoes anyone know of any books or online resources (e开发者_JS百科xcept the dev docs) that cover the Sync Adapter and its usage? Struggling to find any good material myself.
Or.. does anyone know of any alternative libraries for conducting remote sync services?
Thanks
There really isn't any good resources at this point. If I had to guess at why, it is because the actual implementation of a sync is going to be very specific to each app. I am writing one right now, and it is very trial and error.
We could definitely benefit from a good tutorial on some of the more well known api's out there (an implementation of a twitter account sync for example). Maybe they will finally release the official twitter app code like they have been promising.
精彩评论