How to send data from BroadcastReceiver to an Activity in android?

Posted by Rajapandian on Stack Overflow See other posts from Stack Overflow or by Rajapandian
Published on 2010-03-25T07:59:18Z Indexed on 2010/03/25 8:03 UTC
Read the original article Hit count: 227

Filed under:

Hi,

I am writing an application to listen the SMS inbox in android with one activity and one BroadcastReceiver.Once the SMS comes the Receiver is showing alert message.But i want to send the message information from Receiver to Activity.I don't know how to achieve this.Anybody knows it please help me.

© Stack Overflow or respective owner

Related posts about android