Languages

Menu
Sites
Language
Tizen Wearable application choosing development platform

Hello,

We need to develop Tizen applicaiton for Gear S2 and 3g version. I need help in choosing development platform:

Features:

1. BLE communication

2. File read write

3. Real time Charting functionality

4. Very good and Jazzy UI

I could see that ChartJS or D3.js are compatible with wearable web application.

But i want to know if native application will have this charting functionality?

Also if you could help with pros and cons for development web or native in reference to Wearable API it would be great.

 

Regards,

Shraddha

Responses

1 Replies
Shaswati Saha

Hi,

I think, you can choose any one of the platforms for the above mentioned features. Here, I'm trying to share the documentation needed to implement those features in Wearable Web.

  1. BLE Communication:

 https://developer.tizen.org/development/tutorials/web-application/tizen-features/network/bluetooth

  1. File read write:

 https://developer.tizen.org/community/code-snippet/web-code-snippet/readwrite-file 

For charts you can use chart.js. Have a look in the following link:

https://developer.tizen.org/community/tip-tech/charts-tizen-web-app

Yes, you can also draw pi charts manually by using cairo (arcs and lines). Have a look in the link below:

https://developer.tizen.org/dev-guide/2.4.0/org.tizen.guides/html/native/graphics/cairo_n.htm

Hope, the above resources will help you!

Thanks.