| title | type | duration | creator |
|---|---|---|---|
API and Gson Lab |
lab |
1:25 |
James Davis (NYC) |
Note: This should be done in pairs.
You are provided with a handful of APIs to start with, which were briefly explored in the lesson, but you can choose any API you like from the Programmable Web API Directory. For this lab, you have to find an API (either pure REST or an API-backed SDK) and get data from it. You have to parse that data using Gson, creating the necessary classes.
One restriction: You cannot use the Walmart API or the Gmail SDK.
Bonus: Display that data in a meaningful way in an Android app
An Android Studio project, with no particular format. It just has to meet the above requirements.
