Thursday, October 4, 2012

BroadcastReceiver

Using BroadcastReceiver we can start app, service, or special code after mobile rebooting complete.

If mobile restart then all local app automatically force stop, as well as service also stop, But at the time of notification we need to process continue. That time BroadcastReceiver is very helpful.

Using BroadcstReceiver u can start service in background .

Follow i provide important link for that
http://ofps.oreilly.com/titles/9781449390501/Android_Broadcast_Receivers.html 

using this send sms
http://www.vineetdhanawat.com/blog/2012/04/how-to-use-broadcast-receiver-in-android-send-and-receive-sms/

3 comments:

  1. Hi,
    Good work Ranjit...
    Keep Sharing , it is very useful.
    Thanks

    ReplyDelete
    Replies
    1. Thank you Pritam, On this blogspot have more links for u.. Enjoy with android...

      Delete
  2. Hi Ranjit

    Glad you liked my blog post. Thanks for mentioning!

    ReplyDelete