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.
The Android port provides the same API calls as the Java SDK.
select – querytry { 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 objecttry { 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(); };
The cloud database for mobile phone, tablet and Android OS.
Seamless exchange of data between Java, Android and other client platforms.