GithubHelp home page GithubHelp logo

lidi / aws-sdk-android-samples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awslabs/aws-sdk-android-samples

0.0 1.0 0.0 6.29 MB

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

Home Page: https://github.com/aws/aws-sdk-android/

License: Apache License 2.0

Java 97.18% HTML 2.82%

aws-sdk-android-samples's Introduction

AWS Mobile SDK for 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 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)
  • [DEPRECATED]CognitoSyncDemo. This is a sample mobile application that demonstrates how to use Amazon Cognito. Involved AWS Services are:

    • Amazon Cognito Identity
    • Amazon Cognito Sync
  • 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
  • [DEPRECATED]DynamoDBMapper. This is a sample mobile application that demonstrates how to use Amazon DynamoDB Object Mapper. Involved AWS Services are:

    • Amazon Cognito Identity
    • Amazon DynamoDB
  • AndroidPubSub. This sample demonstrates use of the AWS IoT APIs to securely publish to and subscribe from MQTT topics with TLS and IoT certificates. Involved AWS Services are:

    • Amazon Cognito Identity
    • AWS IoT
  • AndroidPubSubWebSocket. This sample demonstrates use of the AWS IoT APIs to securely publish to and subscribe from MQTT topics with WebSockets. Involved AWS Services are:

    • Amazon Cognito Identity
    • AWS IoT
  • CreateIotCertWithCSR. This sample demonstrates use of the AWS IoT APIs to create an AWS IoT certificate. Involved AWS Services are:

    • Amazon Cognito Identity
    • AWS IoT
  • TemperatureControl. This sample demonstrates use of the AWS IoT device shadow APIs. Involved AWS Services are:

    • Amazon Cognito Identity
    • AWS IoT
  • 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.
  • Your favorite IDE, either Android Studio or Eclipse. The former is the official IDE for Android. However all samples are backward compatible with Eclipse, though the setup is a little more complicated.
  • 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.

Eclipse

  • Import sample project. Via menu, click File -> New -> Other -> Android Project from Existing Code. Browse to the sample directory and select a sample project to import.
  • Get AWS Mobile SDK for Android. You can download it from AWS Mobile SDK website. Extract it, and copy libraries to the libs folder of the sample. Please refer to the README of each sample for required libraries.
  • Update source code with your AWS resources. Please read the README of each sample for more details.
  • Run it!

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.

aws-sdk-android-samples's People

Contributors

albertvaka avatar andyj avatar brendandixon avatar chetanme avatar clayharris avatar desokroshan avatar dhuma1981 avatar fosterzhang avatar frankmuellr avatar glenndierkes avatar karthiksaligrama avatar kyarosh avatar lalon avatar minbi avatar mockturtl avatar mreddyg avatar mynnx avatar rachitdhall avatar rohandubal avatar wdane avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.