Question: * * * Please code in java using API 3 4 with Groovy DSL . Please state where to insert code ( java main, android
Please code in java using API with Groovy DSL Please state where to insert code java main, android manifest, main activity xml Thank you
Develop code to create a database shell and display that databases information on a users screen using a grid.
It will be a SQLite database. The database will store inventory items. Any information your application needs to function correctly should be held in the database. But remember, you are only creating the shell for the database so a user can populate its contents later.
Note that you will need tables in the database to store user information when it is not being displayed in the grid. This database will be persistent so no user information is lost when the app is closed. Be sure to test your code often with the Android Emulator.
Your completed database should allow a user to accomplish the following actions:
Create: The user should be able to add items to a database.
Delete: The user should be able to remove items from a database.
Update: The user should be able to change the value associated with individual database items eg the number of a specific item in an inventory or the date of an event
Read: The user should be able to view all the database items displayed as a grid.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
