> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/android-tips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/android-tips/lifecycle.md).

# Lifecycle

- [Basics](https://notes.tejpratapsingh.com/android-tips/lifecycle/basics.md): Basics of android development
- [Lifecycle](https://notes.tejpratapsingh.com/android-tips/lifecycle/basics/lifecycle.md): Lifecycle of diffetent components in Android
- [Activity](https://notes.tejpratapsingh.com/android-tips/lifecycle/basics/lifecycle/activity.md): Activity lifecycle with saved instance state
- [Fragment](https://notes.tejpratapsingh.com/android-tips/lifecycle/basics/lifecycle/fragment.md): Fragment Lifecycle
- [Fragment add](https://notes.tejpratapsingh.com/android-tips/lifecycle/basics/lifecycle/fragment/fragment-add.md): Fragment Manager add() lifecycle
- [Lifecycle Aware Custom Class](https://notes.tejpratapsingh.com/android-tips/lifecycle/lifecycle-aware-custom-class.md): A custom business class that can be lifecycle aware, just like ViewModel
