On Tue, Mar 15, 2011 at 11:25 AM, Mahavir Jain <[email protected]> wrote:
> Hi,
>
> When we launch child activity from parent activity then we get the result of
> child activity in onActivityResult() method.
>
> Likewise if I launched some activity using PendingIntent from my AppWidget.
> Activity perform some network operation, get the result. I want to send the
> result to my AppWidget. How can this be achieve?

You don't "send the result to [your] AppWidget". You update what the
app widget looks like via AppWidgetManager and a RemoteViews.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

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

Reply via email to