Aws Sdk Android Samples

This repository has samples that demonstrate various aspects of the AWS SDK for Android, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-android/
Alternatives To Aws Sdk Android Samples
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Aws11,773
a month ago1December 21, 201565otherPython
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Boto38,45811,5456,5733 days ago1,441December 01, 2023191apache-2.0Python
AWS SDK for Python
Aws Sdk Go8,4585,10013,0833 days ago1,941December 01, 202349apache-2.0Go
AWS SDK for the Go programming language.
Aws Doc Sdk Examples8,417
8 hours ago99April 23, 2021278apache-2.0Java
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Aws Sdk Js7,5064,722a day ago1,783December 01, 2023161apache-2.0JavaScript
AWS SDK for JavaScript in the browser and Node.js
Aws Sdk Php5,9216,7351,5103 days ago1,842December 01, 202363apache-2.0PHP
Official repository of the AWS SDK for PHP (@awsforphp)
Aws Sdk Java4,0191,0563653 days ago1,755November 22, 2023108apache-2.0
The official AWS SDK for Java.
Aws Sdk Ruby3,48320,4621,4863 days ago1,207September 01, 202130apache-2.0Ruby
The official AWS SDK for Ruby.
Rusoto2,6821644312 days ago26April 25, 2022260mitRust
AWS SDK for Rust
Aws Sdk Js V32,6691,6303 days ago342December 01, 2023300apache-2.0TypeScript
Modularized AWS SDK for JavaScript.
Alternatives To Aws Sdk Android Samples
Select To Compare


Alternative Project Comparisons
Readme

AWS SDK for Android Samples

This repository has samples that demonstrate various aspects of the AWS SDK for Android.

Resources

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

List of Samples

  • AmazonKinesisVideoDemoApp This is a sample mobile application that demonstrates how to stream video to Amazon Kinesis Video Streaming. Involved AWS Services are:

    • Amazon Kinesis Video Streaming
    • Amazon Cognito Identity
    • Amazon Cognito Identity Provider (Your User Pools)
  • S3TransferUtilitySample. This is a sample mobile application that demonstrates how to use Amazon S3 Transfer Utility to download and upload files to Amazon S3. Involved AWS Services are:

    • Amazon Cognito Identity
    • Amazon S3
  • PollyDemo. This is a sample mobile application that demonstrates how to use Amazon Polly. Involved AWS Services are:

    • Amazon Cognito Identity
    • Amazon Polly
  • Lex Sample. This is a sample mobile application that demonstrates how to use Amazon Lex. Involved AWS Services are:

    • Amazon Cognito Identity
    • Amazon Lex

How to Run a Sample

Requirements

  • Android SDK. You can install the SDK via Android Studio or as stand-alone tools. See Installing the Android SDK.
  • Android Studio IDE 3.2+ (the official IDE for Android) or Gradle if you prefer CLI.

Android Studio

This is the recommended way to run samples.

  • Import sample project into Android Studio. In the welcome screen, click Import project (Eclipse ADT, Gradle, etc.). Navigate to the sample directory and select a sample project to import.
  • Update source code with your AWS resources. Please read the README of each sample for more details.
  • Run it!

Gradle

  • Make sure ANDROID_HOME environment variable is set to point to your Android SDK. See Getting Started with Gradle.
  • Update source code with your AWS resources. Please read the README of each sample for more details.
  • Connect an Android device to your computer or start an Android emulator. The minimum required API version for most samples is API level 10.
  • Compile the sample and install it. Run gradlew installDebug. Or if you on a Windows computer, use gradlew.bat instead.

FAQs

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.

Getting Help

We use AWS Android SDK GitHub issues for tracking questions, bugs, and feature requests.

Popular Sdk Projects
Popular Amazon Web Services Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Amazon Web Services
Sdk
Amazon
Identity
Cognito