How to do it...

Now, we are about to create our first FireMonkey mobile app. Let's start:

  1. Create a new mobile app by navigating to File | New | Multi-Device Application – Delphi.
  2. Select the Header/Footer template and click on OK.
  3. In the upper-left corner of the form designer, there is a combo box which allows you to select the OS style used by the form designer to show the form. Select Android from the drop-down menu.
  4. The IDE has just created a base for us. Name the MainForm form and let's add our logic and adapt the UI.
  5. Select the HeaderLabel label and change its Text property to Photos with Effects.
  6. Select the TToolbar component named Footer and delete it.
  7. Now, drop a TPanel component and align it to the Top so that it is just below the ...

Get Delphi Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.