I'm designing a turn based game similar to Words With Friends. I don't need the data to be stored persistently on the phone in a local CouchDB.
I've attempted HTTP requests using HttpPut
/HttpGet
and HttpClient
with no success.
What is the best way to communicate with CouchDB from an Android application? What alternative database backends are available?