This is a pretty old post, but I'll throw my solution down in case it's
useful to someone else.
I have a class that handles getting the status of the network connection and
making a Boolean and enum value public to the rest of the app: bool
Connected & ConnectivityState State;
In this class there
On Aug 12, 2011, at 4:20 AM, Narayan Sainaney wrote:
> -Original Message-
> From: monodroid-boun...@lists.ximian.com
> [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand
> I have a need to monitor the state of the network connections in my
> application. I have setup a Br
On May 13, 2011, at 3:17 PM, dbeaugrand wrote:
> I have a need to monitor the state of the network connections in my
> application. I have setup a BroadcastReceiver on
> ConnectivityManager.ConnectivityAction to do this.
...
> But the JAVA example i was following uses getParcelableExtra to obtai
I am trying to do the same thing. Have you found a solution?
Thanks
-Original Message-
From: monodroid-boun...@lists.ximian.com
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of dbeaugrand
Sent: May-13-11 12:17 PM
To: monodroid@lists.ximian.com
Subject: [mono-android] Detecting