On Tue, Mar 22, 2011 at 7:17 PM, Diego Tori <[email protected]>wrote:
> From either Home (ActivityA), or any other activity (Activity B, C, etc...) > that can open out my global activity (ActivityX), it should find a way to > call back to ActivityA without bringing it to the front. > When Activity X does something, set flag in a sharedpreference. When Home Activity is brought back to focus (onStart()) check the flag and do what's needed. Also, suppose I launch a child activity from Home with a result, and then > from my child activity I add more to the stack, from which I open ActivityX. > Would the system still remember the result chain as long as I opened the > first child from Home with a result? It should. ------------------------------------------------------------------------------------------------- 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

