I am a beginner with wearable applications and working in Tizen studio using HTML/CSS & JS. I am currently working on an application that collects the sensor data from the Samsung wearable (galaxy active) watch. I would like to store the data in a file and download that file. Going through a few of the online resources. I understood that downloading a file is not possible on a wearable device. Could anyone suggest a way to store the files somewhere so that I can access them later?
Thanks in advance
To store a data in filesystem for using it later, you can use Filesystem API. If you are using Tizen 5.0+ please refer to this guide otherwise this guide. If you want to store data in app's private storage (no access to other apps) you can use a virtual path 'wgt-private' and create files in this directory.