项目作者: JacqBlaq

项目描述 :
Udacity Book Listing App
高级语言: Java
项目地址: git://github.com/JacqBlaq/Androids-Basics-Udacity-BookListing.git
创建时间: 2017-11-10T16:02:35Z
项目社区:https://github.com/JacqBlaq/Androids-Basics-Udacity-BookListing

开源协议:MIT License

下载


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.

Readers Delight Gitlab Repository