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 pass json object as parameter to native?
Thanks and Regards Aravinda T On Saturday, April 21, 2018 at 10:02:33 AM UTC+5:30, Shai Almog wrote: > > 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 > https://www.codenameone.com/how-do-i---access-native-device-functionality-invoke-native-interfaces.html > > The Android version of the Database contains some Java code but a lot of > non-Java code so it's not something that can be realistically ported to iOS > etc. > > If we have enough demand from enterprise customers we can probably wrap > couchbase in a cn1lib. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/18ae3f02-7539-4766-8f1f-4ec2247730e6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
