How to access app engine datastore by android app?

大城市里の小女人 提交于 2019-12-08 02:15:16

问题


I have created app engine app (using Python)(devappdemo.appspot.com).

Now i want to create an android app for the same which should access the same datastore. I googled it and i found that it can be done with CloudEndPoints but dont know from where to start how it can be done. Please suggest any tutorials or step by step instructions to do it.


回答1:


Google Cloud Endpoints would be the easiest way at the moment to get started with it. Here is the overview and tutorial.

Cloud Endpoints will help you generate the Endpoint API (REST API) and it also helps to generate the Android client code, that you can easily integrate into your Android application.

If you already have exposed your Python application over Web Services, you could directly use that from your Android application.



来源:https://stackoverflow.com/questions/21194847/how-to-access-app-engine-datastore-by-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!