Low Code App Wizard

From RAD Studio
Jump to: navigation, search

You can easily create a new fully-functional Delphi mobile application with multiple screens using the Low Code Wizard. Low Code App Wizard generates the framework of an already working, useful application that can be extended using Delphi’s RAD (or low code) visual application design. Connecting components by configuring pre-setted patterns from existing libraries allow you to program with much coding. Once built, the app is easy to modify and demonstrates coding best practices.

Install the Low Code App Wizard through GetIt at Tools > GetIt Package Manager > IDE Plugins > FireMonkey App Low Code Wizard. Once installed, the New Items dialog lets you run a wizard that creates a Delphi FireMonkey app for you. It is a fully functional cross-platform application containing basic functionality that every mobile app will need.

To create your FireMonkey Low Code App open a new project under File > New > Other > Multi-Device > FireMonkey App Low Code Wizard. Follow the wizard to create your application.

Screen Description

Project

The FireMonkey App Template Wizard helps you create your FireMonkey Low Code Application.

Project name

Choose your app's name.

Project folder

Choose the path to save your project.

Data Layer

Select this option if you want to add a data layer example with demo data.

User Account

Choose the User Account screens your application will contain.

Sign Up

Select if you want to include a Sign-Up screen on your application.

Sign In

Select if you want to include a Sign In screen on your application.

Profile

Select if you want to include a Profile screen on your application.

Application

Choose the screens your application will contain.

App Home

Select if you want to include a Home screen on your application.

Settings

Select if you want to include a settings screen on your application.

Terms of Use

Select if you want to include a Terms of Use screen on your application.

Privacy Policy

Select if you want to include a Privacy Policy screen on your application.

About

Select if you want to include an About screen on your application.

Additional

Select the additional screens your application will contain.

Contacts

Select if you want to include a Contacts screen on your application.

Data

Select this to add a database layer that sorts data in the application using Interbase.

New Empty Form

Select to enable a new empty form to use as a template for adding new functionalities.

Summary

A screen to review your application settings.

See Also