Database Reference
In-Depth Information
Performing operations using mobile SDKs
Amazon has given an SDK to leading mobile platforms, such as iOS and Android. We can
make use of it to perform operations in a mobile application. With these simplified SDK
APIs, it is very easy to do normal database operations on DynamoDB. You just need to cre-
ate a design database schema, and invoke various requests to add/delete and update data-
base entries.
With the ease of integration with other AWS services, using DynamoDB for your mobile
application gives you a great advantage. You can download the SDKs from the following
URLs:
For Android : http://sdk-for-android.amazonwebservices.com/latest/aws-android-
sdk.zip
For iOS : http://sdk-for-ios.amazonwebservices.com/latest/aws-ios-sdk.zip
To get started, you can download sample Android applications from GitHub from the fol-
lowing URL:
https://github.com/awslabs/aws-sdk-android-samples
Now, let's get started with understanding operations for the iOS and Android platforms.
Search WWH ::




Custom Search