I would like to check the network status on the iPad with Adobe Air, at this moment i am checking by sending a URLREQUEST to Google.com. Is there any other better way to monitor the network status, and know if there is a connection or connection have been dropped. Thanks for any suggestion.
Share
Tricky part here we are not ping some interval times. so we use
It will trigger when ever change net status change so performance wise also good.
Because Ping is very costly operation.So call start() URLMontior after network changed triggered then we call stop().
Event Class
Usage :