Mobile Web

Multi-project Hybrid Application

A multi-project hybrid application package consists of both Web and native applications, which are combined into one package. The multi-project hybrid package allows you to install multiple applications at the same time, which is useful if your application requires other specific applications to be installed on the device.

The Tizen SDK contains sample applications that demonstrate how you can communicate between a Web and native service application:

To create and run a multi-project hybrid application package:

  1. Create the application package.

    For more information about packaging, see Developing Multiple Projects as a Combined Package.

  2. Build and run the main application.

    For more information about Web applications, see Building the Application and Running and Debugging the Application.

    For more information about native applications, see Building the Application and Running and Debugging the Application.

Go to top