Book Image

Expert Delphi - Second Edition

By : Marco Cantù, Paweł Głowacki
Book Image

Expert Delphi - Second Edition

By: Marco Cantù, Paweł Głowacki

Overview of this book

Master Delphi, the most powerful Object Pascal IDE and versatile component library for cross-platform native app development, by harnessing its capabilities for building natively compiled, blazingly fast apps for all major platforms, including Android, iOS, Windows, Mac, and Linux. Expert Delphi begins with a quick overview of Delphi, helping you get acquainted with the IDE and the Object Pascal language. The book then quickly progresses to more advanced concepts, followed by the architecture of applications and the FireMonkey library, guiding you through building server-side services, parallel programming, and database access. Toward the end, you’ll learn how to integrate your app with various web services and deploy them effectively. By the end of this book, you’ll be adept at building powerful, cross-platform, native apps for iOS, Android, Windows, and macOS—all from a single code base.
Table of Contents (21 chapters)
Free Chapter
1
Part 1: Building Blocks
6
Part 2: Going Mobile
12
Part 3: From Data to Services
19
Index

Part 2: Going Mobile

Now that we have gone over the foundations of Delphi, its IDE, language, and RTL building blocks, it’s time to jump into the main focus area of this book: developing mobile applications with Delphi.

As usual, we are going to proceed in steps, starting with a broad overview of the FireMonkey UI library and its key architectural elements. We’ll look into the support for 3D graphics, and we’ll dive deep into the main architectural feature of FireMonkey and its styling model. This part of the book ends with a deep dive into specific mobile device capabilities supported by Delphi and touches briefly on desktop development and how desktop and mobile apps can work together.

We’ll do this by building a large number of small apps, all available in the book GitHub repository, but also a couple of larger ones to help you understand how to organize apps with multiple screens and a number of course code files.

This part has the following...