[android-beginners] Re: How to detect the availability of networks programatically in andriod emulator?

2009-09-08 Thread Roman ( T-Mobile USA)
I would recommend to play around with the service which Android currently supports for data connectivity. private String mWifiService= Context.WIFI_SERVICE; private String mTelephonyService = Context.TELEPHONY_SERVICE; private String mConnectionService =

[android-beginners] Re: How to detect the availability of networks programatically in andriod emulator?

2009-09-08 Thread andriod learner
Hi yes, I would like to correct prior questions for it only have to show current connected networks available at all time. The correction is as follows: It is just to show current available networks which user can have right to disable/enable the networks. if User disable/enable networks, the

[android-beginners] Re: How to detect the availability of networks programatically in andriod emulator?

2009-09-08 Thread andriod learner
Hi Roman, Thanks for your useful information. I will try 1st. Andy On Wed, Sep 9, 2009 at 7:22 AM, Roman ( T-Mobile USA) roman.baumgaert...@t-mobile.com wrote: I would recommend to play around with the service which Android currently supports for data connectivity. private String