Languages

Menu
Sites
Language
How to connect tizen wearable app with meteor framework

I want to connect my tizen wearable app with meteor framework based android app.

How SAP service will get interact with meteor JS file to fetch the data?

Responses

2 Replies
Nafisul Islam Kiron

Hello, you have to define your own SAP service. The communication will take place using bluetooth and wifi.

http://www.codeproject.com/Articles/790777/How-to-build-a-Basic-Integrated-Gear-Application

Anubhav Gupta

Hi Nafisul Islam Kiron,

Thanks for your response!

We have implemented the SAP services as the same way but the actual problem is that we need to communicate with the android  application developed using METEOR framework.The main problem is that we are not able to interact with the application javascript code  as SAP service is in Java. So is there any way to make it possible to intract with the JavaScript code?