Skip to content

Ebadly/aws-sdk-android-samples

 
 

Repository files navigation

aws-sdk-android-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK Version 2 for Android, you can get the source on Github. To find the AWS Mobile SDK Version 1 for Android samples, please select the v1 branch.

Please refer to README file in each folder for more specific instructions. For general issues and help, check the help section

List of Samples

  • This is a sample mobile application that demonstrates how to use Amazon Cognito.
    • AWS Services involved:
      • Amazon Cognito Identity
      • Amazon Cognito Sync
  • This is a sample mobile application that demonstrates how to use Amazon Cognito Push Synchronization.
    • AWS Services involved:
      • Amazon Cognito Identity
      • Amazon Cognito Sync
  • This is a sample mobile application that demonstrates how to use Amazon S3 Transfer Manager to download and upload files to Amazon S3
    • AWS Services involved:
      • Amazon S3
      • Amazon Cognito
  • This is a sample mobile application that demonstrates how to use Amazon DynamoDB Object Mapper.
    • AWS Services involved:
      • Amazon Cognito Identity
      • Amazon DynamoDB

###Help

The sample can no longer be compiled/imported if I move it to another directory
  • We typically include the dependencies in the repo and have them already linked, so if you move the project you'll need to also update the path to the dependency. To do this, modify the project.properties file of the project
How do I use a different version of an included library(such as the Facebook SDK)?
  • Change the path to the library in project.properties of the project you are building to be the path to the version you want
I'm getting an error saying that there are multiple versions of a jar
  • To fix this, make sure that all the jars you are using conform to the same version. You can do this by just replacing all the problematic jars with the version you would like to use.
Where do I find login-with-amazon-sdk.jar?
  • The jar is usually already included where required. However, if not or if you want to use a different version, you can find it here.

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%