-1

I have this Samsung-watch

I implemented a mobile application for my graduation project, it is a triaging system that will serve the people who has an injury or illness, In some cases we need to ask the patient about his heart rate, we want to take this data from the watch instead of asking him about it.

I searched for this and founded that I need to install Tizen extension to the visual studio, I want to write a code that take heart rate, then connect this code to my android application,

Does anyone know or can help me to do this?

Does anyone know the steps that i would follow to complete this process ?

  • Sorry, but StackOverflow isn't here to help you with your project by doing code for you. It's here to answer questions about your already existing code and helping you fix it if it has some propblems. – THess Nov 13 '19 at 13:00
  • I want Steps to follow , I dont need code , I want to know where to start ! – LaiLa AlQam Nov 13 '19 at 13:14
  • @LaiLaAlQam Have you got any idea? – sreenadh Aug 25 '20 at 13:34

2 Answers2

0

You will find a lot of help from Samsung Developer Site.

Check below link: Samsung Developers - Creating Your First App

May the force be with you.

msalt.net
  • 106
  • 7
0

How to create Pulsometer application for wearable:

http://tizenschool.org/tutorial/166/contents/1

then, for example, You can use Samsung Accessory Protocol to communicate wearable with android device:

https://developer.samsung.com/galaxy/accessory

https://developer.samsung.com/galaxy/accessory/guide

or implement other way of data exchange, for example uploading data to remote server:

How to make HTTP POST web request

Patryk Falba
  • 417
  • 3
  • 15