android - A question of optimisation and memory -


i want know when im starting activity using intent main activity(main) still in memory when im in subactivity?

read basics related activity lifecycle http://developer.android.com/reference/android/app/activity.html if want clear(close) main-activity after starting new one(sub-activity) using intent, have close it(main activity) manually. android going take care of things related activity lifecycle, why want close main-activity?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -