Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Best Books / Resources - Sorry if this topic has already been asked.

Sorry if this topic has already been asked, but what are the best books/resources to obtain to learn to develop apps for the Fitbit Ionic, I am already good with HTML / CSS, but would like to expand my knowledge and learn/do some simple apps for the watch, (watch faces, apps etc).

 

I had a browse through Amazon etc, but wasn't sure which was the best that covered it which was not over complicated or mind blowing.

 

 

Best Answer
0 Votes
1 REPLY 1

The Fitbit SDK makes use of:

 

  • SVG (pretty much the same as html)
  • CSS
  • JavaScript 
  • and React JSX (for Settings API)

There's lots of documentation available for each of these languages individually, but you'll need to use the guides on dev.fitbit.com to use them together in the context of Fitbit OS.

 

Best Answer
0 Votes