I am developing a turn-based game similar to words with friends. I do not need data that must be constantly stored on the phone in local CouchDB.
I tried to execute HTTP requests using HttpPut/ HttpGetand HttpClientwithout success.
What is the best way to communicate with CouchDB from an Android app? What alternative databases are available?
source
share