soitgoes / LoveSeat

Bringing CouchDB and .NET little closer
Other
96 stars 50 forks source link

Builds and runs on Android using Monodroid #37

Closed nsainaney closed 12 years ago

nsainaney commented 12 years ago

Added support for Monodroid. You can now use LoveSeat on Android using Xamarin's Monodroid. The code compiles and I have done some tests with Views. Have not added Android unit tests yet (as NUnit is not available on Android)

Would love to see future versions of LoveSeat continue to support Android/Monodroid.

There's no reason this library wouldn't work on iOS using Monotouch. It only depends on JSON.net (Newtonsoft.Json).

soitgoes commented 12 years ago

Thanks for your support. Newtonsoft is the only dependency that I intend to keep on this project. Great to see it working on Android. Sorry for the delay in the merge.

nsainaney commented 12 years ago

Newtonsoft is great and thankfully, I found an Android port. I agree - the fewer the dependancies the better.