> On Aug 16, 2014, at 3:42 PM, [email protected] wrote: > > I am developing cross platform mobile apps using adobe air. I want to use > Couchbase lite. I have not been able to find any SDKs, libraries, or any > general discussions on how to get Couchbase Lite installed with my app.
We don't have any adapters for use with Air, and I haven't heard of anyone's who's integrated Couchbase Lite into an Air app. The technology is basically Flash, right? So you're coding in a variant of JavaScript, and I assume you can issue HTTP requests fairly easily, so it wouldn't be hard to call CBL's REST API. The main task would be some native glue to start up CBL at launch time. The amount of work sounds pretty comparable to the existing PhoneGap adapter, i.e. very little coding but a nontrivial amount of packaging work. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/56C6766B-D77E-47AD-86E0-10964ACE1AA6%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
