简体   繁体   English

Android:数据存储的可能性

[英]Android: Data storage possibilities

I was searching through internet but I didn't get complete answer, so i'm asking here. 我正在通过互联网搜索,但没有得到完整的答案,所以我在这里问。 What ways can we use to store data in the internet and get it to Android application? 我们可以使用哪些方式将数据存储在互联网上并将其发送到Android应用程序? I know about JSON, XML Parsing or frameworks like Parse.com etc. but are there any other ways? 我了解JSON,XML解析或Parse.com等框架,但是还有其他方法吗?

Thanks in advance, it would help me a lot. 在此先感谢您,这对我有很大帮助。

It's hard to see which option is best since the requirement is not clear. 由于要求不清楚,因此很难看到哪个选项是最佳的。

For instance, how big is the data you want to access? 例如,您要访问多少数据? How frequently? 多久一次?

If you just want to make it works now. 如果您只是想使其现在起作用。 An easy way I know is to integrate with AmazonS3 server who also provides a lib for client to integration. 我知道一个简单的方法是与AmazonS3服务器集成,该服务器还为客户端提供集成库。

You don't need know the detail of the transition, just put the path. 您不需要知道转换的细节,只需输入路径即可。

http://aws.amazon.com/s3/ http://aws.amazon.com/s3/

By the way, for personal user, it's free. 顺便说一句,对于个人用户,它是免费的。

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

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