Skip to content

pedrosobucki/library_app

Repository files navigation

Library app

Android app for book data consulting.

Features of the Project:

  • 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.