netkomm Active Member Licensed User Longtime User Oct 27, 2014 #1 Hi Erel, what can we use to ensure that we keep separate the initialization process from a subsequent reload of a view from an app? Under B4A we could have used the value stored in FirstTime. What about B4I ?
Hi Erel, what can we use to ensure that we keep separate the initialization process from a subsequent reload of a view from an app? Under B4A we could have used the value stored in FirstTime. What about B4I ?
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2014 #2 See this tutorial: http://www.b4x.com/android/forum/threads/application-life-cycle.45935/ iOS is simpler. Application_Start will only run once. Upvote 0
See this tutorial: http://www.b4x.com/android/forum/threads/application-life-cycle.45935/ iOS is simpler. Application_Start will only run once.