Using App Engine to update a database in a app

Posted by tyczj on Stack Overflow See other posts from Stack Overflow or by tyczj
Published on 2012-11-25T03:55:31Z Indexed on 2012/11/25 5:03 UTC
Read the original article Hit count: 135

I have been reading about app engine but I still dont know what I can and cant do with it in a android application.

Basically what I want to do is be able to create/manage a database in the cloud that the app can pull down and update the local database if needed. Creation and managing would be done outside of the app by me.

I dont know much about all of this as I am just getting started with it but I already have an application made, I just want to add this feature to it. I have never written any sort of Web Service calls or anything either but I have used them to get data and such

Can this be done? Any tutorials out there to help me out?

© Stack Overflow or respective owner

Related posts about android

Related posts about google-app-engine