Hello list,

this is my first post and I don't hope you get this question like
everyday.
I am not new to Java, but new to Android development and am thinking
about making a classical client/server application.
The question for me is: What is the most painless way to do the data
exchange? I really dont want to start making my own protocol with
sockets, rather thought about some xml-exchange, maybe via http or
xmpp. Is any of these well supported in the android libs or the libs
usually present on android devices? Like serializating objects into
xml and back and then sending them via stream (xmpp) or packets (http)
from one direction to another?
How would you solve this?

Looking forward for inspirating answers,
Robert

--~--~---------~--~----~------------~-------~--~----~
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