Component - Activity lifecycle methods (onCreate, onStart, onResume, onPause, onStop, onDestroy)
This component shows the Android Activity lifecycle methods. These methods run at different times as the app screen (Activity) opens, becomes visible, gains focus, loses focus, stops, or is destroyed. They help manage what the app does during these changes.