CouchApp on Mobile
Thu, 08/18/2011 - 12:01
Hi,
I want to run a simple CouchApp on a mobile device, maybe iOS or Android, whichever is easier. I don't want to get involved in coding directly on the device just have CouchDB running on the device and then replicate a CouchApp onto it. Is there a simple way to do this right now, without getting all the SDKs and building my own app?
Cheers,
Pete
This is a great question. For PhoneGap style CouchApps, we are working on a container you can deploy apps to. It is still experimental but if you are determined, there is an Android prototype here: https://github.com/nitobi/PhotoShare
For iOS, we don't have anything comparable, but there is an open source project here (probably needs updating to our latest Couchbase Mobile library): https://github.com/dch/couchgap
Join https://groups.google.com/forum/#!forum/mobile-couchbase if you'd like to work on development of a PhoneGap CouchApp container for Couchbase Mobile.
Chris