Activity Description
Activity Description
Consider where in your application you could present users with a list of
data, allowing them to select a single item and view its details. For example,
in the Vintage Sounds demo application we want the user to be able to view
a list of instruments in inventory, and select an instrument to view its details.
In addition to the list-detail views, you will be implementing what is
commonly referred to as CRUD: Create, Read, Update, Delete functionality.
For this assignment, you will need at least two new classes:
You may need other classes, for example, model classes and a controller,
depending on what you have already implemented in your project.
When the application is run:
Criteria Ratings
Criteria Ratings
PREVIOUS ASSIGNMENT:
For this assignment, you will need five classes: