简体   繁体   中英

How to send Data from Android App to Samsung Gear (Tizen)

I am working on a Integrated Samsung Gear Application which needs to fetch data from Android app, which asks user's information such as Name, Age etc..and send this information to the wearable App. I tried with information on following link but it's not working. http://blog.scalac.io/2014/07/30/developing-your-first-galaxy-gear-app.html Any help will be appreciated.

You need to use "Samsung Accessory Protocol"

I added some references pointers on this page :

https://wiki.tizen.org/wiki/Wearable#API

为您的android应用创建android服务,或者您可以在sap服务提供商应用中集成用于将数据从活动发送到服务的代码,然后将数据从服务中获取到可穿戴应用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM