Throughout this book, we have made the journey through different topics related to Delphi programming from the perspective of building mobile apps.
The main focus in the first chapter was to install and configure the Delphi Integrated Development Environment (IDE) for cross-platform mobile development. That's the single, biggest feature of Delphi cross-platform development: from one source code base, from one project, just by switching target platforms in the project manager, you can natively compile your code to all major mobile and desktop platforms, including Android, iOS, Windows, Mac, and Linux.
The second chapter was all about the Object Pascal programming language. From basic concepts and the structure of a Delphi program, we quickly moved to understanding more advanced constructs, such as anonymous methods, generics, custom attributes, and using...