简体   繁体   English

移动后端入门与Appengine连接的Android项目

[英]Mobile Backend Starter vs Appengine connected Android Project

Can someone please explain the difference between Mobile Backend Starter vs Appengine connected Android Project ? 有人可以解释一下Mobile Backend StarterAppengine connected Android Project之间的区别吗? Is Mobile Backend Starter here to replace Appengine connected Android Project ? Mobile Backend Starter是否可以代替Appengine connected Android Project The fact that two different technologies exist must have some meaning. 存在两种不同技术的事实必须具有一定的意义。 So why is Google providing these seemingly (to me) competing approaches? 那么,为什么Google提供这些看似(对我而言)竞争的方法呢?

They are 2 different things depending on where you want to start from and definitely there are overlaps in terms of functionality offered. 它们是2种不同的东西,具体取决于您要从哪里开始,并且在提供的功能方面肯定存在重叠。

Mobile Backend Starter gives you both a Server and mobile client applications (Android / iOS). Mobile Backend Starter为您提供了服务器和移动客户端应用程序(Android / iOS)。 The Project is essentially a generic Mobile Backend As A Service (mBAAS) Project that runs on App Engine, gives you a generic data store, Push Notifications, Cloud Endpoints based integration in a ready to deploy package end - to - end. 该项目本质上是一个在App Engine上运行的通用移动后端即服务(mBAAS)项目,可为您提供通用数据存储,推送通知,基于Cloud Endpoints的集成,以准备端到端部署程序包。 You can easily take this and modify it to provide an App Engine cloud backend for your mobile applications. 您可以轻松地进行此操作并对其进行修改,以为您的移动应用程序提供App Engine云后端。 To get these projects, you directly visit https://developers.google.com/cloud/samples/mbs/ and get started. 要获得这些项目,您可以直接访问https://developers.google.com/cloud/samples/mbs/并开始使用。

An Appengine Connected Android project is for an Android project only with an App Engine backend. Appengine Connected Android项目仅适用于具有App Engine后端的Android项目。 It sets you up with basic cloudendpoints integration and push messaging, but with no generic Cloud Datastore creation to store your data. 它为您设置了基本的Cloudendpoint集成和推式消息传递,但没有创建通用的Cloud Datastore来存储数据。 You then need to hook/write things up. 然后,您需要挂钩/写东西。 Here you will start within your Eclipse or Android studio environment. 在这里,您将在Eclipse或Android Studio环境中开始。

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

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