Graphical interfaces and user experience have been excellent topics to cover. The implementation of layouts using the concepts of Material Design is to provide the user with a rich, simple, and objective application.
At the beginning of this chapter, we presented basic concepts of Material Design and a little bit of information about how Material Design works. Then, we started by implementing a menu in the style of Gmail. The TMultiView component abstracts entire functions of style shadows and animation, which is fantastic.
In Delphi, we can basically build any layout using lines, rectangles, circles, and containers (layouts, grid layouts, and so on). By designing a card-style box that expands and collapses at the click of a button, we also implement a Material Design.
The transition is made smooth with TAnimator and effects, which serve filters like Shadow to make the...