2

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?

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Anthony
  • 155
  • 2
  • 7

3 Answers3

4

Does the question concern Android? Yes.

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

Pascal
  • 15,257
  • 2
  • 52
  • 65
4

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

Stan Kurdziel
  • 5,476
  • 1
  • 43
  • 42
Public Profile
  • 1,817
  • 1
  • 21
  • 20
  • Hey Jon, I just came across your client and it's looking good! Is it supporting pausing and resuming upload though? – Romain Piel Sep 28 '11 at 13:38
  • I'm a little bit confused of how to use this library for Android. Sardine requires JAXB, but there is no JAXB for Android, as I know. How to resolve it? – John Smith Feb 13 '17 at 11:34
0

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

Public Profile
  • 1,817
  • 1
  • 21
  • 20