|
|
|
|
|
by jchrisa
4882 days ago
|
|
Couchbase Lite is native code for iOS and Android, weighing in at significantly less than 500kb. It's part of your app runtime, so for something like an Android PhoneGap app, you'd include our library to a normal PhoneGap container and then interact with the database via Ajax calls to localhost. For normal Dalvik apps you just do normal Java code to talk to the database. Same story on iOS, but with Objective-C. Does that answer your question? |
|
Any ETA on Android support?