Working with the Android RSS Sample

You may refer to the AndroidRSS sample as an example of using XBinder with Android. Before building, execute the following command in the AndroidRSS folder:

android update project --path .

This will create file local.properties. The build will fail without this.

The AndroidRSS sample downloads the XML RSS feed for CBS' Top News stories. It uses the XBinder generated classes to decode this XML, and then displays the titles and descriptions of the items from the feed.

Start your emulator device, and use 'ant install' to build and deploy the sample.