My very large app works great most of the time.
If the app is not closed and is left in the background sometimes when you run it again I get certain object have not been initialized error.
I cant get this to happen in debug mode so its not always easy to find,
I was wondering what is the best practice in this case.
Is it better to check and initialize on the Activity_Resume sub rather than Activity_Create?
Should my app somehow expire after a certain time period?
If the app is not closed and is left in the background sometimes when you run it again I get certain object have not been initialized error.
I cant get this to happen in debug mode so its not always easy to find,
I was wondering what is the best practice in this case.
Is it better to check and initialize on the Activity_Resume sub rather than Activity_Create?
Should my app somehow expire after a certain time period?