ok I know I can always press on phone back button, but I want to mimic
such a functionality and allow a user can choose option from option
menu.
the problem I see is that when starting activity by passing context
and next-activity-name I cannot get context (the caller) from intent
that started that (next) activity. on the other hand I could pass a
name of the caller to intent and retrieve it on callee side, right.

so the last question
If I got this right when I call startActivity() another activity is
brought to front and caller is paused marked by GC but not distroyed.
but I could call finish() method on a caller and destroy caller once
for all, is that right?

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