01-15-2019 06:04
01-15-2019 06:04
I'm implementing two short games for Fitbit Ionic and each of them, similar to each Fitbit app, includes index.js, index.gui and widget.gui. I need to put the games into one application as the user is supposed to take one of the games when prompted (it is for research purpose). However, I don't know how to create a higher level app that can run one of the games; for example the higher level app runs game 1 if the user taps on "Start game 1". Does anyone know how I can do it? thanks
01-15-2019 07:02
01-15-2019 07:02
This library might help you
01-15-2019 11:56
01-15-2019 11:56
...or keep them as separate apps and use launchApp().
01-15-2019 14:20
01-15-2019 14:20
This library might help you
01-16-2019 01:52
01-16-2019 01:52
Thanks.Where can I find the guide on how to use launchApp() function?
01-16-2019 09:05