简体   繁体   English

如何将数据从Android App发送到Samsung Gear(Tizen)

[英]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. 我正在开发一个集成Samsung Gear应用程序,该应用程序需要从Android应用程序中获取数据,该应用程序会询问用户的信息(例如姓名,年龄等),并将此信息发送到可穿戴式应用程序。 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. http://blog.scalac.io/2014/07/30/developing-your-first-galaxy-gear-app.html任何帮助将不胜感激。

You need to use "Samsung Accessory Protocol" 您需要使用“三星附件协议”

I added some references pointers on this page : 我在此页面上添加了一些引用指针:

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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