Skip to main content

Naming your app

👉 Choose App > App details in the main menu.

On the App details page you can give your app a name. On this page we describe the purpose of the different fields.

As an example we use a fictitious app: Hello World.

Title​

Title of your app, as shown in the UI.

Example: Hello World

Name​

Technical name of your app, as used in the source code.

Example: HelloWorld

Namespace​

Technical namespace of the app, as used in the C#, TypeScript and/or Dart source code.
In most cases, you can use the same value as configured in the Name field.

Example: HelloWorld

Prefix​

A short prefix to use in for example CSS-classes.

Example: hw

Version​

The current version of your app. Use a format like: #.###

Example: 1.100