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

How to integrate two applications in one?

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 

Best Answer
0 Votes
5 REPLIES 5

This library might help you

https://github.com/gaperton/ionic-views

Best Answer
0 Votes

...or keep them as separate apps and use launchApp().

Peter McLennan
Gondwana Software
Best Answer
0 Votes

This library might help you

https://github.com/gaperton/ionic-views

Best Answer
0 Votes

Thanks.Where can I find the guide on how to use launchApp() function?

Best Answer
0 Votes