Wednesday, June 30, 2010

Using Internet data in Android applications

Using Internet data in Android applications: "Many of your Android applications will need to interact with Internet data, which comes in a variety of formats. In this article, build an Android application that works with two popular data formats—XML and JavaScript Object Notation (JSON)—as well as the more exotic protocol buffers format from Google. You'll learn about the performance and coding trade-offs associated with each format."