jk-bk-vk wrote: > Since I posted this, i've re-read the references on life-cycle and > think i have a much better understanding, in that my confusion seemed > to be over the concept (wrong?) that the system would kill off one > component of a process and not others. My current understanding > implies that it uses the process components (activity, service,...) to > help prioritize what processes to kill, but that it doesn't kill/ > remove/delete components, it does the whole process??
No, it will destroy activities and services when appropriate (e.g., BACK button destroys an activity). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

