jinman / aws-sdk-android-samples

sdk fork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-sdk-android-samples

This repository has samples that demonstrate various aspects of the AWS SDK for Android, you can get the source on Github

Please refer to README file in each folder for more specific instructions.

List of Samples

DynamoDB_WIF_UserPreference

  • This is a sample mobile application that demonstrates how to use Amazon DynamoDB to store user preferences by using Web Identity Federation.
    • AWS Services involved:
      • DynamoDB
      • Security Token Service

DynamoDBMapper_UserPreference

  • This is a sample mobile application that demonstrates how to use Amazon DynamoDB to store user preferences by using DynamoDB Object Mapper.
    • AWS Services involved:
      • DynamoDB
      • Security Token Service

S3_SimpleDB_SNS_SQS_Demo

  • This is a sample mobile application that demonstrates how to make requests to AWS using the AWS SDK for Android.
    • AWS Services involved:
      • Simple Storage (S3)
      • SimpleDB
      • Simple Queue Service (SQS)
      • Simple Notification Service (SNS)

S3_SimpleDB_SNS_SQS_DemoTVM

  • This is a sample mobile application that demonstrates interaction with the Token Vending Machine without requiring an identity from the user.
    • AWS Services involved:
      • Simple Storage (S3)
      • SimpleDB
      • Simple Queue Service (SQS)
      • Simple Notification Service (SNS)
      • Token Vending Machine (Anonymous version)

S3_SimpleDB_SNS_SQS_DemoTVMIdentity

  • This is a sample mobile application that demonstrates interaction with a Token Vending Machine where a username/password combination is required.
    • AWS Services involved:
      • Simple Storage (S3)
      • SimpleDB
      • Simple Queue Service (SQS)
      • Simple Notification Service (SNS)
      • Token Vending Machine (Identity version)

S3_Uploader

  • This is a sample mobile application that demonstrates how to make requests to Amazon S3 using the AWS SDK for Android.
    • AWS Services involved:
      • Simple Storage (S3)

S3_WIF_PersonalFileStore

  • This is a sample mobile application that demonstrates how to make requests to Amazon S3 using the AWS SDK for Android.
    • AWS Services involved:
      • Simple Storage (S3)

SES_FeedbackForm

  • This is a sample mobile application that demonstrates how to use Amazon SES to record user feedback using the AWS SDK for Android.
    • AWS Services involved:
      • Simple Storage (S3)
      • Simple Email Service (SES)

SimpleDB_HighScores

  • This is a sample mobile application that demonstrates how to use SimpleDB to store a high score list using the AWS SDK for Android.
    • AWS Services involved:
      • SimpleDB

SNS_SQS_MessageBoard

  • This is a sample mobile application that demonstrates how to use Amazon SQS and Amazon SNS to create a message board using the AWS SDK for Android.
    • AWS Services involved:
      • Simple Notification Service (SNS)
      • Simple Queue Service (SQS)

About

sdk fork