| Note | You can open the tool opening this link in a new tab (be patient can take some seconds to open the tools) |
"Ensure Mobile framework is loaded and verify we are running in a supported platform" (SwikiCodeRobot @ #mobile) process: #s8-media tagged: #core.
"Creating the model for tools"
"Compiling spec and open the UI"
| spec tab |
tab := (
(#tool -> #sample),
(#coordinator -> (
(#class -> #MobileEditor),
(#configuration -> (
(#title -> 'Not implemented. Yet')
)
)
))
).
spec := (
(#threads -> ((1 -> tab)) ),
(#listeners -> (#needsModel -> [ #none ]))
) json.
MobileApplication open: spec.