(C) 2012, Edoardo Nosotti (http://edoardonosotti.info)
Released under MIT license (check LICENSE file).

This code is bundled with "RESTful APIs and Web Services based mobile apps:
client and server side approach" by Edoardo Nosotti, written in Aug 2012 for
tuts+ mobile.

This is an example client app that downloads a list of available content
packages, downloads them one by one, unzips them and updates a ListView with
content from each package.

This app needs its server counterpart, that is bundled with the same article.
When the server app is up and running, edit Consts.java and set the two base
URLs accordingly.

The Decompress class used in this app is by Jon Simon (jondev), check
Decompress.java file for further information.