Note: Please use Android Studio For This and give Java and XML code…
Question Answered step-by-step Note: Please use Android Studio For This and give Java and XML code… Note: Please use Android Studio For This and give Java and XML codeInstructionYou are supposed to create an android application to save different information of an employee and his/her department into your SQLite database. The application should contain the following information: Employee Entity Employee’s id Employee’s department name Employee’s name Employee’s joining date Employee’s salary Employee’s contract (full time / part time) Department Entity Department’s name Location Note that there is a one-to-many relationship between the two entities. On your first activity, you should present the list of registered employees and a button to add employee. On your second activity when you navigate from the first activity, you should be able to fill fields to add the employee to your database. The screenshot of the app is available in the appendix. Note that you can customize the layout as you wish but you are supposed to use as many different widgets as you can in your application. For any incomplete information, you should show a proper message. Computer Science Engineering & Technology Java Programming CSD MISC Share QuestionEmailCopy link Comments (0)


