• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

re: Android

 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeff and welcome to the forum-

Since network efficiency is at a premium with a platform like Android, server communication is sometimes better off using a leaner format, e.g. comma delimited messages etc rather than the more verbose XML.

How does Android address the use of XML messaging?

thanks
Max Tomlinson

 
author
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Max,

As far as I can tell, Android does not do anything special in regard to XML messages. However, Michael Galpin points out in the Performance comparison section of his Using Internet data in Android applications article that enabling gzip compression on the client and server can significantly reduce message size.

Thanks for the welcome.

Jeff

 
Rancher
Posts: 1369
1
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeff Friesen wrote:Hi Max,

As far as I can tell, Android does not do anything special in regard to XML messages. However, Michael Galpin points out in the Performance comparison section of his Using Internet data in Android applications article that enabling gzip compression on the client and server can significantly reduce message size.

Thanks for the welcome.

Jeff



Thanks for sharing the article. Nice read indeed!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic