Using webdav on Android

2019-01-26 00:41发布

问题:

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/