Bangle JS 2 app Launcher #4916
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-06-30 by rigrig When uploading apps, the Loader creates an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-06-30 by pranjal
Hello!
I am trying to develop an app with multiple screen faces. I wish to implement something similar to the Bangle JS app loader, where we can scroll through a menu of options and once we click some option, it leads me to some particular app. In my case, it would lead me to some screen.
I majorly wish to implement the following things:
1)My app should have a menu as the loader does.
2)It should have an option for going back to some main screen
I fail to understand how they link the various apps in the app launcher. I went through the launcher's GIT repository [https://github.com/espruino/BangleApps/blob/master/apps/launch/app.js] but can't seem to understand how this links all the apps on the device. Could someone kindly give me a hint and nudge me in the right direction so that I can work on my app.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions