My Library is an Andriod application built to facilitate the work for library staff, using Java and SQLite database.
Clone this repository and import it into Android Studio:
git clone https://github.com/NooraSweis/My-Library.git
- Main Page: It has a menu to navigate over screens.
- If you clicked the first button, you will see a list of all books added to the library.
- If you clicked a specific book, a dialog will show all its information, where you can edit the book, borrow it, return it, add a copy, or remove a copy.
- If you clicked the (+) float button at the bottom of the screen, you can add a new book.
- In the second and third buttons of the Main Page, you can see all the participants or employees (in alphabetical order), their information, add new persons, or edit them.
- Finally, the last button of the Main Page will enable you to request some data, such as:
- The borrowed books.
- The books are supposed to be returned today.
- Number of books borrowed by a specific participant.
- Participants whose subscription will expire this month.