Using webdav on Android

﹥>﹥吖頭↗ 提交于 2019-11-28 02:07:30

问题


I'm trying to make a Webdav Client for Android, and I found different Java APIs: Slide, Jakrabbit and Sardine which seems it's a promising solution. It runs like a charm in a Java Apps, but I encountered problems importing in Android Apps with Jaxb API.

Does any body know any solutions, or suggestions to fix my problem?


回答1:


The best solution is Sardine, but I'm biased since I wrote it after searching around for a decent webdav solution and found that everything out there was difficult to use.

One metric of value is that Sardine is actively being developed by a small community of talented Java developers now, while the other's are not getting nearly as much attention.

https://github.com/lookfirst/sardine

Try it, the price is right! =)




回答2:


Does the question concern Android? Yes.

So you should try https://github.com/yeonsh/Sardine-Android




回答3:


You'll need this to use sardine. http://code.google.com/p/httpclientandroidlib/



来源:https://stackoverflow.com/questions/5233466/using-webdav-on-android

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