BooksApp Android Application which list the available Books and eBooks from Google Books using Google Books API.
BooksApp Android Application which list the available Books and eBooks from Google Books using 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.
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