0

I am new to Tizen implementations. I try to get acceleration data from my Samsung Smartwatch via Tizen studio. I would like to ask if there is a way to access these data directly from the Tizen studio or should I create (probably) an API to store these data.

PS. Any help with tutorials will be valuable!

ediamant
  • 133
  • 1
  • 7

1 Answers1

0

Tizen supports .NET Application by using Visual Studio Community 2019 + Tizen Plugin + Tizen Base SDK (for emulator). https://docs.tizen.org/application/vstools/install/

You can find a sample application here: https://github.com/Samsung/Tizen-CSharp-Samples/tree/master/Wearable/Xamarin.Forms/Sensors

enter image description here

Lunch Basketball
  • 432
  • 6
  • 10
  • Thank you for your valuable help. At this point, I am trying to save these sensor data. Is there any possible way to write and save data at eg .txt or .csv form? – ediamant Jun 08 '21 at 15:26