This section contains advanced topics that you'll need to make your applications soar. We are building real-world applications, and we need to master the implementation details of the core functionalities of these applications. If delivering neat, modern, and effective UIs is crucial for the success of your application, then correctly and effectively implementing core functionalities is equally important.
We are going to learn how to implement complex behaviors without affecting the application's responsiveness, how to take advantage of FMX services to implement application features in a cross-platform flavor (with a single code base), and, last but not least, how to deal with the 3D functionality in FMX.
This section contains the following chapters:
- Chapter 11, Building Responsive Applications
- Chapter 12, Exploring Cross...