You are on page 1of 1

Version=1.92 IconFile= FullScreen=False IncludeTitle=True NumberOfModules=0 Package=hub.teste Label=teste VersionCode=1 VersionString= Orientation=unspecified CanInstallToExternalStorage=False DoNotOverwriteManifest=False ManifestCode= NumberOfFiles=1 File1=mainScreen.

bal NumberOfLibraries=1 Library1=core @EndOfDesignText@ 'Activity module Sub Process_Globals 'These global variables will be declared once when the application start s. 'These variables can be accessed from all modules. End Sub Sub Globals 'These global variables will be redeclared each time the activity is cre ated. 'These variables can only be accessed from this module. Dim EditText1 As EditText End Sub Sub Activity_Create(FirstTime As Boolean) 'Msgbox("texto","mensagem") Activity.LoadLayout("mainScreen") End Sub Sub Activity_Resume End Sub Sub Activity_Pause (UserClosed As Boolean) End Sub Sub EditText1_EnterPressed 'Msgbox("texto",EditText1.Text) ToastMessageShow("Well done.", True) End Sub

You might also like