Android Sync Adapter Resources [closed]

孤人 提交于 2019-12-22 05:25:28

问题


Does anyone know of any books or online resources (except 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


回答1:


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.



来源:https://stackoverflow.com/questions/4780369/android-sync-adapter-resources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!