Grazie Ivano, ancora non l'ho vista la tua libreria, ma penso che ne farò uso nelle prossime App
Last edited:
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim imi As ClassMyIntent
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
imi.Initialize
imi.PhoneIntent("3929824007")
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Dato che ci sono, aggiungo un'altra richiesta, come posso fare per avere tutta la lista dei metodi e proprietà , magari con una documentazione ?