Using Webdav On Android
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
Solution 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! =)
Solution 2:
Does the question concern Android? Yes.
So you should try https://github.com/yeonsh/Sardine-Android
Solution 3:
You'll need this to use sardine. http://code.google.com/p/httpclientandroidlib/
Post a Comment for "Using Webdav On Android"