[View]
[Edit]
[Lock]
[References]
[Attachments]
[History]
[Home]
[Changes]
[Search]
[Help]
[node8-android] Boot procedure of node8-Android applications
Android applications start execution in class MainActivity.
Node8-android applications implement method for onCreate() delegating to onCreateS8() function.
onCreateS8() implements:
singleton = this;
Save a singleton instance reference
This singleton can be accessed from s8 side.
currentInstanceState = savedInstanceState;
Save the state given by Android O.S.
This state can be accessed from s8 side.
Initialize forlder for resources and path for image file
Start node machinery with custom arguments, loading the image file
Note that the application's image have all the code needed to start and run the application; 100% S8 smalltalk.