This sounds like a perfect candidate for a ContentProvider mixed with
a broadcast Intent.  When you finish an update pass, you can send off
a custom broadcast that other apps can listen for.  Then they wrap
around to your ContentProvider to obtain the actual data.

http://d.android.com/guide/topics/providers/content-providers.html

j

On Fri, May 15, 2009 at 3:45 AM, gour <gg_na...@yahoo.com> wrote:
>
> Hi
>    I create an application where i get the various data from net (say
> for example i am getting the temperature information of particular
> city and another data is the information of stock value of a
> particular company) now i want to broadcast that various data to all
> application. I create a registration process for diff application for
> diff data (EX app A is registrar for temp of city). so application is
> registrar for  particular data will get that data.
>
> How can i broadcast the information to all application which are
> registrar .
>
> >
>



-- 
Jeff Sharkey
jshar...@android.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to