thanx...

On Fri, Jun 19, 2009 at 7:12 PM, Mark Murphy <mmur...@commonsware.com>wrote:

>
> > is there any way to pass values(strings or bundles) to another
> application
> > while calling it via intents, and also return some information (mostly
> > string)???
>
> To send data, use the putExtra() set of methods on Intent.
>
> To receive data, you will want to use startActivityForResult():
>
> http://developer.android.com/reference/android/app/Activity.html
>
> (scroll down to the Starting Activities and Getting Results section)
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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