Getting data into android app from google app engine datastore

I have created a data store in google engine, but would like to be able to view this data on an android emulator, for example, if the user requests so. I am new to android app development, so it is quite difficult to follow some examples on the web. Can anyone tell me an easy way to solve this problem or post a link that will guide me to the next tutorial / source code.

thank

+3


source to share


1 answer


The fastest way is to use LeanEngine :

  • There is a GAE server part that you can simply upload to your GAE account. Most of the functionality is in the bank, so you can easily add it to your existing project if you have one.

  • There is also a sample Android app to get you started as soon as possible.



It is open source. Plus, it allows users to authenticate with Facebook or OpenID.

+1


source







All Articles