Check how to use Broadcast receivers which will let other applications
know that some data has been downloaded to the device and is available
for them to use.

A broadcast receiver is implemented as a subclass of
"BroadcastReceiver" and each broadcast is delivered as an Intent
object.

For more information, see the BroadcastReceiver class.

Broadcast receivers don't display a user interface, they may create a
status bar notification to alert the user when a broadcast event
occurs.

There could be many options of implementing your app -- one of the
options could be that when ever the data is received from the server
the notification shows up and on selection of the notification you can
launch your app and process the data.


On Jun 1, 4:46 pm, ramya mohan <[email protected]> wrote:
> Hi ,
>
> I have a scenario , (i.e) If i am using an android based device(need
> not be a phone) ,it is connected to server. I am using around (say
> playing an video / playing a game ) If a critical message(information
> - can be in any form like audio/video) comes from the server ,
> whatever is on top must be paused and that message(information) has to
> be launched. Is there a way to do it. Any ideas most welcomed.
> Thanks in advance.
>
> Regards,
> Ramya.M

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to