Create Application
Create Application

Create Application

Application names are limited to 16 characters.  Ensure that the -a or -d values do not exceed 16 characters.
  1. Continue from the previous step.
  2. Run the following to create a test app:
    invoke create-application -a “Test” -d “Test”
    Once this completes, a new sntest_screen folder is created inside the
    <root>/TouchGFX/gui/src
    folder.
  3. When
    <root>/TouchGFX/<project>.touchgfx
    is opened in TouchGFX Designer, the new screen is added at the bottom of the screen list.
  4. After running
    invoke listapplication-status
    , the new application is listed and enabled.
  5. When we run
    invoke list-application-status
    , we see our new application listed and enabled.
    This command creates a testing application, which contains test code that shows the usage of some features of the library: a selectable list of menu items, an editable barcode input, and a toast message that disappears after a defined time.