Thank you both for the response.
In my case, App1 is a 3rd party app and that app broadcast some message and that my app (app2) has to receive and act based on the info in the Intent. AS TreKing mentioned about, BroadcastReceiver, I believe that would be the concept I have to use. But as I never worked on such stuffs, I am looking for some tutorial or sample code which would help me to understand the concept better. Thanks again. DK On Nov 18, 11:55 am, skink <[email protected]> wrote: > On Nov 18, 5:48 pm, TreKing <[email protected]> wrote: > > > On Fri, Nov 18, 2011 at 9:47 AM, dillipk <[email protected]> wrote: > > > How does my app listen to a signal broadcast by another app? > > >http://developer.android.com/reference/android/content/BroadcastRecei... > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > transit tracking app for Android-powered devices > > i think OP doesn't even need BroadcastReceiver, all he needs is just > startActivity() > > pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

