
上QQ阅读APP看书,第一时间看更新
Personal Trainer navigation with routes
The navigation pattern that we plan to use for the app is the list-detail pattern. We will create list pages for the exercises and workouts available in the app. Clicking on any list item takes us to the detailed view for the item where we can perform all CRUD operations (create/read/update/delete). The following routes adhere to this pattern:
