Using webdav on Android

前端 未结 3 1569
星月不相逢
星月不相逢 2020-12-18 13:14

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

相关标签:
3条回答
  • 2020-12-18 13:42

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

    0 讨论(0)
  • 2020-12-18 13:55

    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! =)

    0 讨论(0)
  • 2020-12-18 14:01

    Does the question concern Android? Yes.

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

    0 讨论(0)
提交回复
热议问题