Java & Android

Android

SDK Mobile & IoT (Java)

Create your own applications.

The SDK provides an easy-to-use interface for storing and retrieving data, making it simpler and faster to develop applications.

API to access the data including seamless communication with the cloud service.

share

Android SDK API

The Android port provides the same API calls as the Java SDK.

android

Code examples

select – query
try { com.cbe.QueryChain chain = container.query(filter, delegate); queryResult = delegate.waitForRsp(); } catch (RuntimeException e) { System.out.println("Caught error:"); e.printStackTrace(); System.out.println(); };
 
insert — store object
try { MyUploadDelegate delegate = new MyUploadDelegate(); System.out.println("upload " + path + name); container.upload(name, path, delegate); returnObject = delegate.waitForRsp(); } catch (RuntimeException e) { System.out.println("Caught error:"); e.printStackTrace(); System.out.println(); };
 
 

Android app data

The cloud database for mobile phone, tablet and Android OS.

datacloud

Cross-platform experience

Seamless exchange of data between Java, Android and other client platforms.

See more

More information