当前位置: 首页 > 软件库 > 手机/移动开发 > >

aws-sdk-android-samples

授权协议 Apache-2.0 License
开发语言 Java
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 逑俊楚
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 alreadylinked, so if you move the project you'll need to also update the path to thedependency. 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 arebuilding 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 sameversion. You can do this by just replacing all the problematic jars with theversion 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云服务文档 https://aws.amazon.com/cn/documentation/s3/ aws云服务实例代码 https://github.com/awslabs/aws-sdk-android-samples api https://docs.aws.amazon.com/AWSAndroidSDK/latest/javadoc/ 接入步骤 1、添加依赖 dependen

  • https://github.com/aws-amplify/aws-sdk-android/blob/main/README.md#aws-sdk-for-android https://github.com/aws-amplify/aws-sdk-android https://github.com/awslabs/aws-sdk-android-samples#aws-sdk-for-and

  • title: 亚马逊AWS Kinesis Video Streams with WebRTC demo示例 categories:[Linux C] tags:[亚马逊云平台] date: 2021/12/22 作者:hackett 微信公众号:加班猿 以下分步说明介绍如何使用下载、构建和运行 Kinesis Video Streams with WebRTC 开发工具包及其相应示例。 1、下载

  • 为了在AWS云服务器上实现自动化打包Android APP的APK包,我需要远程命令行环境下安装Android SDK,当然还要用代理或者***,这里简单整理一下过程: 首先,由于墙的原因,Android SDK基本无法直接下,必须使用代理或者国内镜像之类,这里推荐使用上海交大的,参数: --proxy-host sdk.gdgshanghai.com --proxy-port 8000 以下是具

  • https://github.com/googlesamples/google-services https://developers.google.com/cloud-messaging/android/start http://aws.amazon.com/cn/mobile/sdk/ https://github.com/aws/aws-sdk-android https://github.

 相关资料
  • 设置 你可以用全局方法配置连接: Aws.config.update( endpoint: 'https://objects.dreamhost.com.', access_key_id: 'my-access-key', secret_access_key: 'my-secret-key', force_path_style: tr

  • The AWS SDK for iOS Samples This repository has samples that demonstrate various aspects of the AWS SDK for iOS. Resources Developer Guide for AWS SDK for iOS Please refer to README.md in each sample

  • aws-sdk-perl Attempt to build a complete AWS SDK in Perl This project is attempting to build an entire AWS SDK from the informationthat is stored in other AWS SDKs. Other AWS SDKs have a "data-driven"

  • AWS SDK for Ruby - Version 3 Links of Interest API Documentation Developer Guide V3 Upgrading Guide AWS Developer Blog Github Discussions Installation The AWS SDK for Ruby is available from RubyGems.

  • AWS SDK for JavaScript Version 3.x Now Available The version 3.x of the AWS SDK for JavaScript is generally available.For more information see the Developer Guideor API Reference. For release notes, s

  • AWS SDK for Java The AWS SDK for Java enables Java developers to easily work with Amazon Web Services andbuild scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and more. You can get