I have been working on a card game and I cannot get Activity.Finish to end the game.
Here is the log
Installing file.
PackageAdded: package:sad.TwoDPoker
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
I exit the program here by calling Activity.Finish
** Activity (main) Pause, UserClosed = true **
now I start the program again
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
I notice that isFirst is false so I am thinking that Activity.Finish did not unload everything????
:sign0085:
Here is the log
Installing file.
PackageAdded: package:sad.TwoDPoker
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
I exit the program here by calling Activity.Finish
** Activity (main) Pause, UserClosed = true **
now I start the program again
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
I notice that isFirst is false so I am thinking that Activity.Finish did not unload everything????
:sign0085: