Creating a new app

How to create a new Aperio Mobile App

To create a new mobile app:

  1. Create a new app or copy existing one making sure the app contains all elements described in Configuration:
    • Configure the app by defining properties in app file, see app.json
    • Define menu, see menu.json
    • Specify modules, look at Modules for more details
    • Add localizations (optional), see Localizations
  2. Publish on Dispatcher, see XT Dispatcher configuration
  3. Create a development profile and set it up on XTUI Server. Look at Profiles for more details.
  4. Develop JForms:
    • make sure that defined menu items (from menu.json file or driven by back-end system) point to right forms
    • develop jforms, JForms chapter describes the whole concept