This Android Tutorial video discusses the activity fragment combined lifecycle by illustrating the methods of the Activity lifecycle working in conjunction with the methods of the Fragment lifecycle. We use a Log.e statements to separate the onCreate, onStart, onResume, onPause, onStop, onDestroy, onSaveInstanceState, onRestoreInstanceState that belong to the Activity's lifecycle and Log.i statements to display onCreate, onCreateView, onActivityCreated, onPause, onStop, onStart, onDestroy, onDestroyView, onDetach, onAttach methods of the Fragment's lifecycle slidenerd.com Our Official Site Join our discussions about Android at www.facebook.com/groups/AndroidProgramming/ Follow us on facebook.com/slidenerd twitter.com/slidenerdtech pinterest.com/slidenerd