app control
Communication between two web apps using app control in Tizen
PUBLISHED
Introduction
Application control is a way of sharing an application’s functionality. Using App control, an application can use functionalities of other applications and share it's own with others.
In this document, two simple web apps are developed to show the procedure of sharing application functionalities using Application Operation.
Test Settings:
Type |
Tizen Web App |
SDK |
- Read more about Communication between two web apps using app control in Tizen
Creating a native service for Tizen wearables - part 2: service launcher
PUBLISHED
This article is the second part of the “Create a native service for Tizen wearables” series. In this part we will show how to create a service launcher application and distribute it as the Combined Package with an already created service as well as how to communicate between the launcher application and the service aplication.