Re: [android-developers] Re: Network related

2011-10-25 Thread sourabh sahu
Thanks Steven. On Mon, Oct 24, 2011 at 9:52 PM, Studio LFP studio@gmail.com wrote: Try this out. I don't recommend using this as is. You'll want to register a receiver for this intent while your app is being used and then unregister it when you are done. This is just so you can see how

[android-developers] Re: Network related

2011-10-24 Thread Studio LFP
Try this out. I don't recommend using this as is. You'll want to register a receiver for this intent while your app is being used and then unregister it when you are done. This is just so you can see how it works. public class TestService extends BroadcastReceiver { @Override public