Reputation: 163
I have just learned that we can use Google app engine to create back end for an android app. Similarly we can create backend for java application using google app engine. Can we create a single back end which will cater to both Java front end and a android application.
Upvotes: 1
Views: 63
Reputation: 41089
If you use RESTful API, for example, you can have any number of different clients talk to the same backend.
Upvotes: 2