Hey, if you want to send simple data between two apps (on the same device) you can use BroadcastReceivers with your own intent filter.
You can find more info here: http://developer.android.com/guide/topics/intents/intents-filters.html On Sat, Feb 25, 2012 at 12:59 PM, laxman k <[email protected]> wrote: > hi...android guys > > i am laxman.I am bulid acadamic project in > android...that requires the comunications b/w two android > applications.that means tranfer simple strings two one android app to > anther android app. > > can u help me ..How to approach this > concept.....?????? > > -- > 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 -- YuviDroid Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to quickly access your favorite apps and contacts!) http://android.yuvalsharon.net -- 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

