I\'m hitting an external API that\'s returning JSON data (new dvd titles). I\'m able to parse out the JSON and list each dvd title and other dvd information into a ListView
Have a look at gson. It allows you to sereialise and deserialise JSON blobs to entire class instances.