Android Basics: Networking App(ud843) - Project
The goal is to design and create the structure of a Book Listing app which would allow a user to get a list of published books on a given topic. You will be using the google books api in order to fetch results and display them to the user.
To use what i learned about web and about how to get data from an api. Demonstrate how to parse data and display it to a user. This app which makes use of a backend server, real time data, or interactions over the internet.
- Fetching data from an API
- Using an AsyncTask
- Parsing a JSON response
- Creating a list based on that data and displaying it to the user.
Book search: android |
Book search: hunt |