This simple app demonstrates the Android activity life cycle for beginning Android Developers. It's comprised of two activities: one shows a clickable flowchart of the activity life cycle from the Android Developer website while the second activity includes a scroll-able fragment describing the core set of six callbacks.As the user navigates between the two activities, toast messages display the current life cycle state.