This is the Android App created to implement Vehicle table from our relational schema of Automobile Service Centre which was created as a part of Lab in core course DBMS(IT214).
We add basic CRUD features in the app.
You can Add new vehicle detail.
Number Plate Number validation feature is added befor inserting in to the DB.
Empty check of the field will also be performed before insertion.
Download the APK and check it out
We have added the pdf file in "Documentation PDF" where we have the documentation of all the process,i.e. SRS, Noun Analysis, ER Diagram, ER to Relational model conversion, Normalization and Schema Refinement.
We have implemented the developed schema on PostgreSQL and run some SQL Query(basic to advance) and include the output in the pdf too.
Please take a look at everything:)