hello,
me saw that if me using Activity.Finish in main Activity and click then at the app icon again
the Activity will created again and all variables here are still there with used values before i closed the activity.
how can i end the app correct and free this process for a clean start?
me saw that if me using Activity.Finish in main Activity and click then at the app icon again
the Activity will created again and all variables here are still there with used values before i closed the activity.
B4X:
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
how can i end the app correct and free this process for a clean start?