Find out connection status

  • Thread starter Thread starter Daan
  • Start date Start date
D

Daan

In our application, we want to display an icon whether it is possible to
connect to a certain web service. The icon should display two states,
"possible" if it is possible to establish a connection (using GPRS) to
the Web service, or "not possible" if there is no GPRS available or some
other kind of network error.

How can we find this 'network available status'?
Thanks for any advice,
 
Hi,

What about trying to establish a connection and display the correct icon,
you can do this in a worker thread
 
Back
Top