Build Android apps using XML and JavaScript Object Notation

59

Explore techniques for handling two of the most common data formats used on the Internet—XML and JavaScript Object Notation (JSON)—on the Android platform. This first part covers the basics of XML and JSON and shows you how to build an Android application that parses and displays a Twitter status-update feed provided in both formats. Part 2 examines the manner in which Webkit-hosted JavaScript code exchanges data with Java code in an Android application.