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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top