如何使用免费的云数据库与Android应用程序? [英] how to use free cloud database with android app?

查看:218
本文介绍了如何使用免费的云数据库与Android应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发一个谷歌地图中,​​我想在云中使用数据库来保存用户名,密码,GPS位置等Android应用程序 可以将任何选项,以免费的成本实现这一目标? 如果有任何的例子,职位,或教程?

I am developing an Google maps android application in which I want to use database in cloud for saving usernames, passwords, GPS Locations etc. Can any option to achieve this with free of cost ? If there are any examples, posts, or tutorials?

推荐答案

更新

现在有很多云服务提供商,提供像MBaaS解决方案(移动后端即服务)。有的只给访问云数据库,有些人会做的用户管理你,有些让您可以将code围绕云数据库,并有访问控制设备,推送通知,分析,综合形象和档案托管等。

Now there are a lot of cloud providers , providing solutions like MBaaS (Mobile Backend as a Service). Some only give access to cloud database, some will do the user management for you, some let you place code around cloud database and there are facilities of access control, push notifications, analytics, integrated image and file hosting etc.

下面是一些供应商其中有一个自由层(将来可能会改变):

Here are some providers which have a "free-tier" (may change in future):

  1. 在火力地堡 - https://www.firebase.com/docs/android/quickstart。 HTML
  2. 解析 - https://parse.com/docs/android/guide
  3. 好友 - http://buddy.com
  4. Kinvey - http://www.kinvey.com
  1. Firebase - https://www.firebase.com/docs/android/quickstart.html
  2. Parse - https://parse.com/docs/android/guide
  3. Buddy - http://buddy.com
  4. Kinvey - http://www.kinvey.com

谷歌应用程序引擎具有的数据存储的: https://developers.google.com /应用程序引擎/

Google App Engine has a DataStore : https://developers.google.com/appengine/

您可以创建一个免费帐户,并举办一个成熟的Web服务。只要您的应用程序不会每天产生真正大规模的服务器事务和数据,它的自由。 SQL存储可用过,但有代价的。

You can create a free account, and host a sophisticated web service. As long as your app doesn't generate really massive server transactions and data daily, its free. SQL storage is available too, but at a cost.

帮助链接:

快速设置: HTTP://$c$c.google。 COM / P / AppEngine上,其余的服务器/

真正的Andr​​oid例如:的http://macgyverdev.blogspot.in/2012/01/create-spring-rest-service-for-google.html

Real android example : http://macgyverdev.blogspot.in/2012/01/create-spring-rest-service-for-google.html

这篇关于如何使用免费的云数据库与Android应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆