This book app connects to 2 APIS:
- Zxing
- Goodreads
it works by, reading barcode from a book with Zxing API. User will retrieve a isbn number back. Thus the number will be used to search for correct Book title, image, and average rating from Goodreads and display it in app.
- Class separation to not overload a method