aaronk Well-Known Member Licensed User Longtime User Jul 15, 2012 #1 Hello, I have noticed in the code it has: B4X: Sub Activity_Create(FirstTime As Boolean) What does FirstTime mean? Does it mean when the app is first open for the very first time on the device?
Hello, I have noticed in the code it has: B4X: Sub Activity_Create(FirstTime As Boolean) What does FirstTime mean? Does it mean when the app is first open for the very first time on the device?
Erel B4X founder Staff member Licensed User Longtime User Jul 15, 2012 #2 See the activities life-cycle tutorial: Basic4android (Basic for Android) - Android programming with Gui designer Upvote 0
See the activities life-cycle tutorial: Basic4android (Basic for Android) - Android programming with Gui designer