Now, we are about to create our first FireMonkey mobile app. Let's start:
- Create a new mobile app by navigating to File | New | Multi-Device Application – Delphi.
- Select the Header/Footer template and click on OK.
- 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.
- The IDE has just created a base for us. Name the MainForm form and let's add our logic and adapt the UI.
- Select the HeaderLabel label and change its Text property to Photos with Effects.
- Select the TToolbar component named Footer and delete it.
- Now, drop a TPanel component and align it to the Top so that it is just below the ...