What is activity life cycle in Android,Explain
activity life cycle in Android onCreate() : Called when the activity is first created. This is where you should do all of your normal static set up: create views, bind data to lists, etc. This method also provides you with a Bundle containing the…