Summary
In this chapter, we solved the use case of a realtor trying to manage their clientele. We analyzed the problem, broke down the user interactions, and decided that the best solution would be to make use of three separate apps.
The key learning of the chapter was to be able to build multiple apps, over the same underlying data model, while catering to the needs of different user personas and their requirements as we went about solving the problem at hand. The other concept we covered was the use of personalization while also learning about the alternative solution to achieve the same outcome.
In addition, we again relied on app wizard to create the core of the app and then customize it. Through this journey of customization and exercises, we used or referenced various concepts we learned in the previous chapters, bringing together our learnings from the book.