PDA

View Full Version : How to check incoming message ?



aptgopal
02-11-2011, 01:36 PM
Hi

I have created a Service in android to check the incoming message .I want show the notification to the user at the time of new incoming message.And to view the body of the incoming message in the class.

That means how to pass the message body from Service to the Active class

Please any one help me