Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me write this Android Studio application using Java. I have it done, but it is currently using SQLite Open Helper, however we are

Please help me write this Android Studio application using Java. I have it done, but it is currently using SQLite Open Helper, however we are supposed to use the 'Room Persistence Library'. You can either write it from scratch, or simply modify the current files to use Room instead.

You can get the project from here:

drive.google.com/file/d/1_o_ljs8Vj7KsycmY2FzcUQlhfMHi7I35/view?usp=sharing

-------------------------------------------------------------------------------------------------------------------

PLEASE ALSO POST THE CODE TO SHOW THE DIFFERENT FILES modified.

You may also post a link from where I can download the project instead. Thank You!

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

image text in transcribed

image text in transcribedimage text in transcribedimage text in transcribed

You are to develop an Android app for a book reservation system for a library. You must use Android Studio to develop the app and also use SQLite for your database. Use Case Diagram Otter Library System Create Account Place Hold Customer Cancel Hold Librarian Manage System Use Case _ Create Account 1. Basic Flow Display Main Menu) (1) The use case begins when your app starts, it should provide the main menu GUI with four options of "Create Account", "Place Hold", "Cancel Hold", and "Manage System". (2) The Customer selects the "Create Account" option. Create Account! (3) The Customer enters a username and a password. (4) The System verifies that the username and password are valid. In the project, the username and password should have at least one special symbol (!, @, #, or $), one number, and three alphabetic letters. Note that username ladmin2 and password ladmin2 is reserved for the Librarian. Thus, the Customer can't use it as his/her username. You are to develop an Android app for a book reservation system for a library. You must use Android Studio to develop the app and also use SQLite for your database. Use Case Diagram Otter Library System Create Account Place Hold Customer Cancel Hold Librarian Manage System Use Case _ Create Account 1. Basic Flow Display Main Menu) (1) The use case begins when your app starts, it should provide the main menu GUI with four options of "Create Account", "Place Hold", "Cancel Hold", and "Manage System". (2) The Customer selects the "Create Account" option. Create Account! (3) The Customer enters a username and a password. (4) The System verifies that the username and password are valid. In the project, the username and password should have at least one special symbol (!, @, #, or $), one number, and three alphabetic letters. Note that username ladmin2 and password ladmin2 is reserved for the Librarian. Thus, the Customer can't use it as his/her username

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Illuminated

Authors: Catherine M. Ricardo

1st Edition

0763733148, 978-0763733148

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago