Entire lifetime – activity happens between onCreate and onDestroy Visible lifetime – activity happens between onStart and onStop Foreground lifetime – activity happens between onResume and onPause Post navigation What is the function of an intent filter? When is the onStop() method invoked?