KIOSK

GUIDE


Creating a Tizen Web App

.

You can create a new Tizen project using the provided templates and samples, and the available configuration settings.

To create a new KIOSK Web project, use the Tizen Project Wizard, which is a Tizen Studio tool. If you have an existing Tizen project you want to update, you can import it to your current Tizen Studio.

The Tizen Studio provides various project templates and samples that make it easier for you to start coding your application. When you create a new project, you can select a specific template, which the Tizen Project Wizard uses to automatically create basic functionalities for the application. The default project files and folders are also created.

In the Tizen Project Wizard, you can select a profile and version, application type, and template or sample to create the project. In addition, you can set basic project properties, such as the project name, location, and working sets.

To create a new KIOSK Web application:

  1. To launch the Tizen Project Wizard, use one of the following:

    • In the Tizen Studio menu, select "File > New > Tizen Project".
    • In the Tizen Studio toolbar, click "New" (New icon).
    • Right-click in the "Project Explorer" view, and select "New > Tizen Project".
    • If there is no project in the workspace, click "Create new project" (New icon) in the "Project Explorer" view.
  2. In the "Tizen Project Wizard", select the project type and click "Next".

    Figure 1. Select project type

    Figure 1. Select project type


    The "Template" option provides a list of templates with a basic structure where you can start the Web application project:


    • Basic Project: Template project for a simple Tizen application that you can launch. The "main.js" file in this template includes a keycode handling template for handling remote controller keys. This template is recommended as a general-purpose template.

    • Empty: Template project containing an empty "main.js" file, basic "icon.png" and "config.xml" files, and an empty "index.html" file. This template is recommended when you want to develop an application from scratch.

    • jQuery Navigation: Template project for developing applications based on jQuery Mobile.

    The "Sample" option provides a list of sample applications demonstrating various examples of API usage and UI design.

  3. Select the profile ("Custom") and version from the drop-down list and click "Next". The available versions depend on the platform version you have installed and are using to develop the application.

    Figure 2. Select profile and version

    Figure 2. Select profile and version


  4. Select the "Web Application" application type and click "Next".

    Figure 3. Select application type

    Figure 3. Select application type


  5. Select a template or sample, and click "Next".
    The Tizen Project Wizard creates the project based on the selected template or sample.

    Figure 4. Select template

    Figure 4. Select template


  6. Define the project properties and click "Finish".
    You can enter the project name and the unique package ID. You can also select the location and working sets by clicking "More properties".

    Note

    The Tizen API names cannot be used as project names. The project name is case-insensitive and is restricted to the following regular expression: [a-zA-Z][a-zA-Z0-9-]{2,49}.


    Figure 5. Define project properties

    Figure 5. Define project properties


    The options you can set are listed in the following table.


    Table 1. Project properties
    Property Description
    Project name A name for the project to be created.
    Use default location If you check this option, the project is created in the "$<workspace_location>/<project_name>" directory.
    Location Manually select the location of the project.
    If you check the "Use default location" checkbox, this option is disabled.
    Working sets If you want to include the project in a specific working set, select a working set .
  7. Configure the application.
    All application configuration settings are made inside the "config.xml" file. It contains information about the application, such as required device features and platform version, application icons, application ID and package name.
    For more information on configuring the application, see Configuring KIOSK Applications.


enter image description here

enter image description here



위로가기