简体   繁体   English

我应该为亚马逊应用程序使用亚马逊云服务器吗?

[英]should I use amazon cloud server for android app?

I am developing an app that will run in the way that presents restaurant menus and have like buttons for each dish. 我正在开发一个应用程序,该应用程序将以呈现餐厅菜单的方式运行,并为每个菜提供类似的按钮。 I am thinking of storing the menus and uses data on amazon cloud server. 我正在考虑存储菜单并在亚马逊云服务器上使用数据。 Any better solutions? 有更好的解决方案吗? If using cloud server, how to access the data in my android app? 如果使用云服务器,如何访问我的Android应用程序中的数据? Implementing sort of web service? 实现某种Web服务? or is able to access like querying a remote database? 还是能够像查询远程数据库那样进行访问?

You can download aws sdk for Android here: http://aws.amazon.com/pt/sdkforandroid/ 您可以在此处下载适用于Android的AWS开发工具包: http//aws.amazon.com/pt/sdkforandroid/

From api you can access all amazon services, an easy way to start is by using SimpleDB to store your data, probably free tier will solve your problem. 从api可以访问所有亚马逊服务,一个简单的开始方法是使用SimpleDB存储数据,可能免费层可以解决您的问题。 But I strongly recomend an Android cache for offline access to your app, which can be built up using SQLite. 但我强烈建议您使用Android缓存来脱机访问您的应用程序,该缓存可以使用SQLite构建。

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

相关问题 我应该将哪个云数据库后端用于我的Android应用程序? - Which cloud database back end should I use for my Android app? 我应该直接从Android应用上传到Google云端存储吗? - Should I be uploading to Google Cloud Storage directly from an Android App? 我应该使用TCP套接字还是HTTP发布将文件发送到Android应用中的服务器 - Should I use TCP socket or HTTP post to send file to server in Android app Android:Android推送通知应该使用什么? Google Cloud Messaging或Parse.com - Android: what should I use for android push notification? Google Cloud Messaging or Parse.com 我应该在Android应用程序上使用哪种数据存储方式? - What kind of data storage should i use on my android app? 我的Android Chromecast应用程序游戏应使用哪个ControlCategory? - What ControlCategory should I use for my android Chromecast app game? 我应该使用什么在我的android应用上显示流式URL? - What should i use to display a streaming url on my android app? 简单的android应用程序,我应该使用什么结构? - Simple android app, what structure should I use? 我应该为我的Android应用程序使用什么EVENT LISTENER - what EVENT LISTENER should i use for my android app 我应该为我的android应用使用哪种图像 - What kind of images should i use for my android app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM