简体   繁体   English

从谷歌应用引擎数据存储区获取数据到Android应用程序

[英]Getting data to Android app from google app engine datastore

I have created a datastore on the google app engine but would like to be able to view this data on an android emulator for example if the user requests so. 我在谷歌应用程序引擎上创建了一个数据存储区,但希望能够在Android模拟器上查看此数据,例如,如果用户请求的话。 I am a beginner in developing android apps so it is quite hard to follow some examples online. 我是开发Android应用程序的初学者,所以很难在网上关注一些例子。 Could someone tell me a simple way to solve this problem or post a link which will direct me to an easy tutorial/source code to follow. 有人可以告诉我一个简单的方法来解决这个问题或发布一个链接,它将指导我一个简单的教程/源代码来遵循。

Thanks 谢谢

The fastest way would be to use LeanEngine : 最快的方法是使用LeanEngine

  1. There is the GAE server part that you can just simply upload to your GAE account. GAE服务器部分只需上传到您的GAE帐户即可。 Most functionality is in a jar, so you can easily add it to your existing project if you have one. 大多数功能都在一个jar中,所以如果你有一个,你可以很容易地将它添加到你现有的项目中。

  2. There is also an example Android app to get you started ASAP. 还有一个示例Android应用程序可以帮助您尽快启动。

It's open source. 它是开源的。 Also, it let's users authenticate via Facebook or OpenID. 此外,它允许用户通过Facebook或OpenID进行身份验证。

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

相关问题 如何从Android中的Google App Engine数据存储区中获取数据 - how to fetch data from google app engine datastore in android 从Android应用程序将数据存储在App Engine数据存储区中 - Store data in App Engine datastore from an Android app 将 android 应用程序与谷歌应用程序引擎数据存储链接 - linking android application with google app engine datastore 如何将数据从Android移动设备发送到Google App Engine数据存储区? - How to send data from Android mobile devices to the Google App Engine datastore? 如何在Google App Engine数据存储区中存储来自Android的用户特定数据。 祖先与否? - How to store user-specific data from Android in Google App Engine Datastore. Ancestor or not? 如何使用带有云端点的Google App Engine从Android设备上的数据存储中检索数据? - How to retrieve data from the datastore on Android device, using Google App Engine with Cloud Endpoints? 将数据发送到Google App Engine /数据存储 - Sending data to Google App Engine/Datastore 来自数据存储区Google App Engine的端点查询 - endpoint query from datastore google app engine 从 android 到 Google 应用引擎 - getting from android to Google app engine 如何从Android应用程序和django网站访问一个Cloud Datastore(Google App Engine)? - How to access one Cloud Datastore(Google App Engine) from Android app and django-website?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM