[android-developers] android application which communicates with one central database?

2011-11-21 Thread mark kelly
Hi Im new to android development. The application I would like to write needs to have one database on a server, which all instances of the application needs to communicate with simply. So there will be no database on each android, just an ability to send info to the central database. Can anyone

Re: [android-developers] android application which communicates with one central database?

2011-11-21 Thread TreKing
On Sun, Nov 20, 2011 at 7:20 AM, mark kelly markkelly1...@gmail.com wrote: Can anyone point me to tutorials or resources on this sort of development? Google web database server restful or some combination of said terms. This is not Android-specific.