Languages

Menu
Sites
Language
Connection between the web project and the native project

Tizen project in SDK can be connected between the web project and the native project? 

we need to use TTS(Text to Speech) system to making web project. recently TTS system in native was uploaded to 2.3.1. so can we use these projects together?

please help us to solving this problem.

Responses

4 Replies
daniel kim

Hi,

You can run those projects by packaging hybrid application and would suggest you to refer to below description of Help page in ide.

     Sample Descriptions > Web Application > Mobile Web >Multi-project Hybrid Application

Regards

AVSukhov

Hello,

You can use hybrid app for this purpose: web ui app + native service (for background operations).

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.gettingstarted/html/web/app_model/application_model_w.htm#hap

https://developer.tizen.org/dev-guide/2.3.1/org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm -> Packaging Hybrid Applications

Palitsyna

Hello,

try to use hybrid Application. There you can find information about this type of apps. Also it contains information about creation of such application and some tips. 

http://www.slideshare.net/SymphonyTeleca/practical-approach-to-creating-hybridnative-tizen-apps

Hope this will be usefull for you.

Alex Dem

Hi,also fyi:
In case of hybrid apps (web app + native service), apps can communicate via message port:
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/web/tizen/input_output/message_port_w.htm
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.guides/html/native/app/message_port_n.htm
Alexey.