tags:

views:

55

answers:

1

I am writing an app that will require a centralized database, along with a small app to digest incoming file data and populate this database.

android phone -> file -> some app somewhere -> some database somewhere

I know this is probably a fairly common situation. Is there a particular hosting service/solution for this? Many apps must do something like this (with high score tables and the like). The trick is, I can't use one of the high-score-specific hosting sites, because I need the app in front of the database to interpret the incoming files.

Thanks in advance.

-sj

+1  A: 

Google App Engine

http://code.google.com/appengine/

Jim Blackler