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 application!!!How can i archive that?? Any solution?please
Help

thanks in advance
Binil..


On Oct 31, 7:12 am, Mark Murphy <[EMAIL PROTECTED]> wrote:
> Brian wrote:
> > How do I check the status of the phones currentnetworkconnection?
>
> 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 ofnetworkit is (CDN or WiFi). My
> assumption, as yet untested, is that getActiveNetworkInfo() will return
> null if there is no activenetwork(i.e., no connectivity whatsoever).
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
>
> Android Training on the Ranch! -- Mar 16-20, 
> 2009http://www.bignerdranch.com/schedule.shtml
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to