Android app for book data consulting.
- Visualize books in a Recycle View;
- When the book's Card View is clicked, an Activity is called which shows more details about the clicked book;
- The user is able to search for specific books in the search fragment;
- Perform search by different criteria;
- Book entries can be created with only a book title and an author;
- Database connectivity using the Volley library;
- Option to add books to database;
- Drawer layout to switch between fragments of search and add;
- Option to save favourite books;
- Option to analize author profiles.