I have used JSON as the transport encoding in an enterprise app, and it has 
been easy to use and effective at cutting down communication size from XML.

As a side note, something you may want to consider is using C2DM, as polling 
every 15 minutes will destroy battery life, suck up bandwidth, and still 
won't get you "up to the minute" results. C2DM is a nice way to get 
near-realtime results without the aforementioned overheads.

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