Chapter 6. Views - Designing the User Interface
This chapter will help you learn how to build the graphical interface for users to interact with the To-Do application. You will discover the distinct types of views and widgets available, understand what context and domain are, and learn how to use them to provide a good user experience.
We will continue working with the todo_ui
module. It already has the Model layer ready, and now it needs the View layer for the user interface.