On Thu, May 26, 2011 at 3:44 AM, Fina Perez <[email protected]> wrote:

> when I press the back button and navigate from one activity to the previous
> one inside my app. In this case, I dont need to check anything, but I really
> dont know who to handle this situation.
>
> any ideas?
>

http://developer.android.com/reference/android/app/Activity.html#startActivityForResult(android.content.Intent,
int)
http://developer.android.com/reference/android/app/Activity.html#onActivityResult(int,
int, android.content.Intent)

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

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