I'm working with Xamarin.Forms and I need some help.
Regarding the OnResume event, how can I know what I need to reload?
I ask this because sometimes everything resumes OK but other times the configuration files don't reload correctly.
Does any method exist to reload entire app when onresume is fired? like a game which loads everything each time.
Thanks!