Skip to content

JacqBlaq/Androids-Basics-Udacity-BookListing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Reader's Delight

Project from my Androids Basics Udacity Course

  • Book Listing app.
  • Allows user to get a list of the first 20 published books on a given topic
  • Connects to the Google Books API in order to fetch results and displays them
  • Using an AsyncTask
  • Parsing a JSON response
  • Checks for internet connection
  • Using ListView and Adapter to populate a list.

Here is link to Gitlab repo (updated to run in 2024)

...Readers Delight Gitlab Repository