You can store data for your mobile application in a Cloudant® database. Cloudant is an advanced NoSQL database that can handle a wide variety of data types, such as JSON, full-text, and geospatial data. The SDK is available for Java™ , Objective-C, and Swift.
Use the CDTDatastore
SDK as a replacement for CloudantToolkit and IMFData frameworks.
Use the Cloudant Sync Android
SDK as a replacement for CloudantToolkit and
IMFData frameworks. With Cloudant Sync, you can persist data locally
and replicate with a remote data store.
If you want to access remote stores directly, use REST calls in your application and refer to the Cloudant API Reference.