December 2013
Beginner
416 pages
12h 45m
English
Your application needs to save and display users’ trips. They may travel over the same route several times, so it makes sense to model the data as two separate entities (classes):
A route class and table containing the route name, some notes, and an array of trips that have been made.
A trip class and table containing the starting time and the time taken to travel each route.
Now you will build a data model that shows the bike trips that have been made. This model will contain the route name, notes, the starting time, and ...
Read now
Unlock full access