Re: [mono-android] Detecting Network connectivity state changes

2013-05-23 Thread IdleBinaries
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

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Jonathan Pryor
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

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Jonathan Pryor
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

Re: [mono-android] Detecting Network connectivity state changes

2011-08-12 Thread Narayan Sainaney
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