I have app that needs to load data from xml list. I would like to know how to:
- If there is no internet connection how to close app (with message: for example "Unable to load your data, Please connect to the internet and try again")
My challenge is to close app when there is no internet. I can not use Exit(x) right? But, what other options I have, Any advice is really appreciated.
Thanks in advance