Re: Looking for cross-platform syncing solution. Windows?

2014-10-25 Thread adam wilson
Thanks Jens. Yes, probably C# best for Windows, although from what Zachary says below it seems worth investigating the use of the .NET port for other platforms too.. I hear you about C++ - although JUCE is a great framework, after working with C#, Ruby and Javascript, the complexity of C++

Re: Looking for cross-platform syncing solution. Windows?

2014-10-25 Thread Zack Gramana
You can write native C# iOS and Android apps using Xamarin: http://www.xamarin.com/. (I actually started work on CBL.NEThttp://CBL.NET when I was working at Xamarin a year ago, in the interest of full disclosure.) Interestingly, one of the more well known .NET community members, Frank

Re: Looking for cross-platform syncing solution. Windows?

2014-10-25 Thread adam wilson
Cheers Zack, I've looked at Xamarin before, and it certainly looks worth trying out. One question, I saw Couchbase-Lite in the Components section of the website, and one of the reviews from July says: Still waiting for a working replication solution (iOS at least). That was for version 0.9 - can

Re: Looking for cross-platform syncing solution. Windows?

2014-10-25 Thread dyowee
I think the one for Windows 8 is not yet out :( On Saturday, October 25, 2014 1:02:57 AM UTC-7, adam wilson wrote: Thanks Jens. Yes, probably C# best for Windows, although from what Zachary says below it seems worth investigating the use of the .NET port for other platforms too.. I hear