November 2019
Beginner
804 pages
20h 1m
English
Beyond our base concepts, we also need to think about the design of the other elements of the application. For simplicity, we won't consider multiple users; we'll just have a single one, the active user. This user should be able to do the following:
Most importantly, this time, we would like to persist our data (that is, the collections and their contents) and be able to restore the data when we come back to the application. We'll worry about the how later on.
With this in mind, we can start thinking about MVC again and learn how to distribute/delimit ...
Read now
Unlock full access