Book Listing app which allows a user to get a list of published books on a given topic. Uses the google books api in order to fetch results and display them to the user.
App includes:
- 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.