Summary
In this chapter, we have focused on how you can move from one page to another without using TabBar
, by using shell navigation and routesinstead.. We also looked at how you can pass data from the first page to the second using either URL syntax or by passing a dictionary containing the object or values you want to send.
In the next chapter, we will examine storing and retrieving data.