Create an application to display various android activity lifecycle phases.
App Insights:
In the basic Empty Activity application template, wrote onStart(), onRestart(), onResume(), onPause(), onStop(), and onDestroy() methods to print the lifecycle phase to console.