0

I have set up a Google App Engine website project using Python, with the webapp2 framework. It's neat and seems to be working perfectly. I can run queries in the backend of my website using python.

However, recently I've decided I want to have an Android (and maybe iOS) app as well as a website. The app will almost clone the website. Now, I have no idea how to query this data or access the datastore using Java, since up till now it's all been using the ndb import in Python.

How exactly would I approach this? I doubt that I need to create a new project in Java on GAE?

Has it something to do with Remote API? Looking into that now. And if so, it seems like none is available for Swift language.

Should I consider using a different Database system, and forget about GAE?

I only wish to read the data in Java, not write to the database.

1 Answer 1

2

For this you can use Cloud Endpoints. You expose the information you want on an API, and you consume it from iOS or Android. Here there is a tutorial that covers it.

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.