This is a project to learn about Lifecycle of Activity and Fragment.
You can see what methods are called in app logs when creating activities and fragments.
You should know what methods are called when rotating your device.
You can see instance ids of Activities, Fragments and Bundle.
Copy LifecycleActivity and LifecycleFragment in your project, then extend them in your activity or fragment.