In my project, I declare the timer in Process_Globals
. I Initialize the Timer in the Activity_Create inside If FirstTime
.
I am not sure if I like to Initialize it in FirstTime due to issues I am experiencing. I do not know why! When my app is loaded and already completed the Activity_Resume
, I then switch Orientation and then I call my Timer to enable it self. The Timer never gets raised.
Do you see any problem Initializing outside the FirstTime
, because I do not have any problem doing that. It works every time. This is weird!