android - How to navigate to a certain acticity in a chain without leaking memory -


i have user case this:

activity -> b -> c ->d.

in activity d, want activity a. tried intent , okay, however, instead of reusing existing one, created new one. please let me know how cope it?

thank lot!

there fine topic on developer.android regarding question, check out: avoiding memory leaks


Comments