Hi!

I was developing an application quite similar to yours. Although I had
to freeze the project because I'm becoming a father in the coming
weeks, and it sure messed up my project schedules :)

I had a site up and running with php and on top of that with the zend
framework, which received and responded in simple xml format to
queries and updates too. A request looked something like this
<request authcode="xxxx" command="location"><location lat="xx.xx"
long="xx.xx" accuracy="xx" time="xxxxx"/><tag>Some text</tag></
request>

It was easy to parse on the server side, and it was stored in a mysql
database.

I've chosen XML based communication through http because beside the
android application I've been implementing a web based ajax
application which could have been used by anyone even without an
android phone.

Bye,
   Zsolt

On Aug 27, 4:31 am, Vijay <vijay.meenakshisunda...@gmail.com> wrote:
> Hello all,
>              I'm creating a map application on Android in which users
> share info. among them. i'e., one user's marking on the map should be
> available to other users. What might be the best design for such type
> of communication?(like where can i host my database, file exchange
> format etc)
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to