[codenameone-discussions] Re: couchbase lite java API for ios and android

2018-04-21 Thread Shai Almog
Hi, this is native so it will perform exactly as native code does. Yes the database would have a different implementation for iOS & for Android. Native interfaces don't allow passing arbitrary objects since the native iOS VM (and a few of the other VM's) would be hard to use with objects. You

[codenameone-discussions] Re: couchbase lite java API for ios and android

2018-04-21 Thread aravinda . tanneerbavi
Hi, Thanks for the quick response. We will try this option of using couchbase lite in our app. Do you fore see any performance issue with this approach? In this approach there will be different code for ios and android interfaces calling native? Is my understanding is right? Is it possible to

[codenameone-discussions] Re: couchbase lite java API for ios and android

2018-04-20 Thread Shai Almog
Hi, we don't have builtin support for that. Someone would need to port the database to work with Codename One which isn't hard but is a bit of work. The only reasonable way to do this is with native interfaces