I don't know why you think there's something Android-specific on the server side. Excepting, of course the market, LVL and perhaps C2DM. However most client-server communication between Android and a server, respectively, generally follow these three patterns:
1) document-centric, such as XML, RSS, HTML, JSON 2) RPC, such as SOAP (almost a legacy these days) 3) REST -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

