项目作者: raamkumr-valentino

项目描述 :
BooksApp Android Application which list the available Books and eBooks from Google Books using Google Books API.
高级语言: Java
项目地址: git://github.com/raamkumr-valentino/BooksApp.git
创建时间: 2017-07-24T04:13:50Z
项目社区:https://github.com/raamkumr-valentino/BooksApp

开源协议:

下载


BooksApp

BooksApp Android Application which list the available Books and eBooks from Google Books using Google Books API.

Google Books API

Google Books is our effort to make book content more discoverable on the Web. Using the Google Books API, your application can perform full-text searches and retrieve book information, viewability and eBook availability. You can also manage your personal bookshelves.
sample request url : https://www.googleapis.com/books/v1/volumes?q=flowers+inauthor&key=APIKey.

Android Retrofit

Retrofit. Retrofit is a REST Client for Android and Java by Square. It makes it relatively easy to retrieve and upload JSON (or other structured data) via a REST based webservice. In Retrofit you configure which converter is used for the data serialization