1. Parsing JSON data from a RESTful Web Service. DONE.
authorgumartinm <gu.martinm@gmail.com>
Tue, 27 Dec 2011 06:21:36 +0000 (07:21 +0100)
committergumartinm <gu.martinm@gmail.com>
Tue, 27 Dec 2011 06:21:36 +0000 (07:21 +0100)
commitf64a08796287c782415be8bc3fee10946b50899d
tree592894815f09fe756e2f2729ab5ec79d2375ac97
parentbff39a82c1099c043d8ebef29a0711751e0f34f0
1. Parsing JSON data from a RESTful Web Service. DONE.
2. Download file. DONE

Next steps: we need to use the SQLITE database. There, we are going to store
the index for every downloaded file. With the advertisement id retrieved from
the JSON RESTful response, we have a unique identifier for the downloaded ad.
We are going to use that id to find out if we have to download a file because
we do not have it on the mobile or we can skip the download because it was already
downloaded.
Android/Testing/Test3/src/de/android/test3/NextActivity.java