简体   繁体   English

如何安装适用于Android的AWS开发工具包?

[英]How to install AWS SDK for Android and should I?

I want to release an Android app for AWS management with user filled credentials and i want to setup AWS SDK (assuming it works like boto3 for python and Java SDK). 我想发布一个具有用户填充凭证的用于AWS管理的Android应用,并且想要设置AWS开发工具包(假设它的工作方式类似于boto3 for python和Java SDK)。 How to do that? 怎么做? I found a tutorial for installation but it seems that is limited only to current (my) account if i did understand it. 我找到了用于安装的教程,但是,如果我确实了解它,似乎只限于当前(我的)帐户。 I want to manage whatever profile is given with a user login and credentials fields. 我想管理通过用户登录名和凭据字段提供的任何配置文件。 I am starting to feel that this is not possible. 我开始觉得这是不可能的。 I have quite a lot hands on with AWS and boto3 and i want to implement something similar with Android. 我在AWS和boto3上有很多经验,我想在Android上实现类似功能。

You can quickly get started with AWS Mobile through AWS Mobile Hub & SDK. 您可以通过AWS Mobile Hub&SDK快速开始使用AWS Mobile。 The Getting Started page is: https://docs.aws.amazon.com/aws-mobile/latest/developerguide/getting-started.html . 入门页面是: https : //docs.aws.amazon.com/aws-mobile/latest/developerguide/getting-started.html This page provides information to enabling AWS with your app and connecting to the cloud backend. 该页面提供有关在您的应用程序中启用AWS以及连接到云后端的信息。

For authentication, you can refer to the User SignIn docs: https://docs.aws.amazon.com/aws-mobile/latest/developerguide/add-aws-mobile-user-sign-in.html . 对于身份验证,您可以参考用户登录文档: https : //docs.aws.amazon.com/aws-mobile/latest/developerguide/add-aws-mobile-user-sign-in.html Here, we provide AWS Auth SDK which has a built-in SignIn UI with Email/Password Login, Facebook and Google Login in Native views. 在这里,我们提供了AWS Auth SDK,它具有内置的SignIn UI,在本机视图中具有电子邮件/密码登录,Facebook和Google登录。

If you want a web hosted UI, you can refer to Amazon Cognito Auth: https://github.com/awslabs/aws-sdk-android-samples/tree/master/AmazonCognitoAuthDemo/tree/master/AmazonCognitoYourUserPoolsDemo 如果要使用Web托管的UI,可以参考Amazon Cognito身份验证: https : //github.com/awslabs/aws-sdk-android-samples/tree/master/AmazonCognitoAuthDemo/tree/master/AmazonCognitoYourUserPoolsDemo

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM