项目作者: knjk04

项目描述 :
Android book wishlist app
高级语言: Java
项目地址: git://github.com/knjk04/Bookshelf.git
创建时间: 2018-08-04T14:29:35Z
项目社区:https://github.com/knjk04/Bookshelf

开源协议:GNU General Public License v3.0

下载


Bookshelf


App icon

Android app that uses the Google Books API to let you search for book titles
and/or authors, which you can save to a wishlist (WIP).

Please note that the screenshots below are for demonstration purposes only.
The actual app may differ slightly in terms of design. In the event of a major
design change, the screenshots will be updated.

Screenshots

Currently, you can only search for book titles. The wishlist part of the app
is still under development (only possible to save the book title and authors for
one book right now).

Min SDK version: API level 21 (Android 5.0 Lollipop)

This app has been tested on a Pixel XL running Android Pie (API 28).

Features

  • Search for a book title and get a list of the top results showing the book
    title, the corresponding author, the rating of the book on Google Books and
    the number of ratings

  • Find out more information about a book (number of pages, publisher and published date)

  • Voice search

    And more on its way!

Setup

Add your Google Books API
key into a String in an enum called API in the default package.
The String should be called key.

E.g.

  1. public enum API {
  2. ;
  3. public static final String key = "[your API key should go here]";
  4. }

Third-party libraries used

Attributions

License

License: GPL v3

Licensed under GPL-3.0 only. See LICENSE