Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 938 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 938 Bytes

BookListingApp

Android Basics: Networking App(ud843) - Project

Project Overview

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.

Why this project?

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.

What will I learn?

  • 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