AWS弹性魔豆和移动应用程序应用程序、弹性、魔豆、AWS

2023-09-11 12:17:12 作者:城南花已开

我想创建针对Android(第一)的移动应用程序,与AWS.I后端服务器将使用DynamoDB和其他的服务!后端应用程序,我认为应该更容易地在Java-Tomacat的基础上弹性魔豆可能。现在的问题是这样的:

I want to create a mobile app for android(first) with back end server on AWS.I will use DynamoDB and other services.The backend application I think should be more easy to build on Elastic Beanstalk maybe in Java-Tomacat.The question is this :

我可以使用Android SDK中的comunicate移动用户到服务器code部署的弹性魔豆?如何可能?

推荐答案

AWS SDK为Android(的http:// aws.amazon.com/sdkforandroid/ )帮助您的电话。您可以使用弹性豆茎构建后端。构建的REST API在这里和那些可以直接(甚至不需要AWS SDK在Android)。

AWS SDK for Android(http://aws.amazon.com/sdkforandroid/) helps you make those calls. You can build the back-end using Elastic beanstalk. Build REST APIs here and those can be called from your Android Application directly (don't even need AWS SDK on Android).

如果您正在寻找一些专为移动应用程序的后台,结帐: 1. https://parse.com/ 2. https://www.firebase.com/

If you are looking for something specifically for Mobile app backend, checkout: 1. https://parse.com/ 2. https://www.firebase.com/

他们会给容易SDK - 主要用于数据存储和检索。我已经探讨解析SDK,它甚至还支持离线/在线案例 - 将写回的数据,当连接可用的照顾。

They will give easy SDK - Primarily for Data storage and retrieval. I have explored Parse SDK and it even supports the offline/online case - will take care of writing back data "when the connection is available".