Search code examples
androidtizenaccessorytizen-wearable-sdksamsung-mobile-sdk

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.


Solution

  • Create an android service for your android app or you can just integrate the code for sending data from activity to service in the sap service provider app and then fetch data from the service to the wearable app.