assignment from the course “Make an Android app in which you can add, remove and
assignment from the course “Make an Android app in which you can add, remove and update as well as present and search data against a database. The app must consist of so-called CRUD (Create, Read, Update Delete) operations against the database. You choose which api is suitable for performing these CRUD operations. Make it for an association, sports club, workplace or similar that you belong to. Give some more background why exactly they need this type of app as well as how and why it could facilitate in theirs Operation.”
I want to make the app a workplace, I then choose volvo cars. This is because it must be possible to add, remove, update and present and search data about employees. It sometimes happens that the company has to edit data about employees, with the help of the app it should be possible to fix the error quickly.
When the app is ready, I want it as a zipped Android Studio project with commented code. Use java to create the app.