Create a Share Book app on Android Studio using Java and SQLite
Budget: $30 – $250 CAD
Write the code for a book managing system that will record books in a SQLite database in Android Studio using Java. The user need to register on the app by entering name, age, address, reading interest (e.g. fiction/nonfiction). The user will be provided with a user name/email ID, which will be used to maintain the record of each unique user. The app should ask a user to log in with a user name and password. Once the user is logged in, the app should display three options “Add a book, update a Book and Borrow a Book.
If a user chooses add a book option, new activity should open asking for book details (title, author, publisher and publication year). If a user chooses update a book option, new activity should open showing a particular book details and should give the option to update the book’s information including status. The book status needs to be updated if the book is borrowed by others.
If the user selects Borrow a Book option the app should ask the user to enter his/her address or postal code. Clicking finds the books should open a list of books available nearby. Selecting one particular book should display the book owner’s information including contact information along with a request to pick up option. Request to pick up option should open an activity that allows a registered user to leave a message (to set up a pickup time) to the book owner. When the book owner will log in, he/she would be able to see and respond to the requests. Once the request is finalized, the user can log out. If a user selects rent a book the total amount due should be displayed.
If a user chooses add a book option, new activity should open asking for book details (title, author, publisher and publication year). If a user chooses update a book option, new activity should open showing a particular book details and should give the option to update the book’s information including status. The book status needs to be updated if the book is borrowed by others.
If the user selects Borrow a Book option the app should ask the user to enter his/her address or postal code. Clicking finds the books should open a list of books available nearby. Selecting one particular book should display the book owner’s information including contact information along with a request to pick up option. Request to pick up option should open an activity that allows a registered user to leave a message (to set up a pickup time) to the book owner. When the book owner will log in, he/she would be able to see and respond to the requests. Once the request is finalized, the user can log out. If a user selects rent a book the total amount due should be displayed.