[android-developers] Re: Check network connection status.

2008-10-30 Thread Mark Murphy
Brian wrote: > How do I check the status of the phones current network connection? ConnectivityManager is where most of this resides, though it is incompletely documented. Specifically, getActiveNetworkInfo() will give you a NetworkInfo object that can tell you what sort of network it is (CDN

[android-developers] Re: Check network connection status.

2008-11-13 Thread Al Sutton
If you stop emailing the list for a day someone may help you. Al. bins wrote: > hi All.. > > > I Know how to check network status,connectivity and that type of > things,Is there any option available to get Providers network status > (means in terms of percentage or in terms of numbers???)because

[android-developers] Re: Check network connection status.

2008-11-13 Thread bins
hi All.. I Know how to check network status,connectivity and that type of things,Is there any option available to get Providers network status (means in terms of percentage or in terms of numbers???)because i need to show the network on my application,because I removed the Status bar from my app