An open API service indexing awesome lists of open source software.

https://github.com/thyrlian/lifecycle

A curated list of lifecycle explanation in illustration
https://github.com/thyrlian/lifecycle

cheatsheet cheatsheets development graph life-cycle lifecycle

Last synced: 7 months ago
JSON representation

A curated list of lifecycle explanation in illustration

Awesome Lists containing this project

README

          

# Lifecycle

A curated list of lifecycle explanation in illustration πŸ”β†’ πŸ–οΈπŸ–ΌοΈ

## Docker Lifecycle

β€œ[Docker event_state](http://docker-saigon.github.io/post/Docker-Internals/)” by [Docker Saigon](http://docker-saigon.github.io/)

## Android Activity/Fragment Lifecycle

β€œ[Complete Android Fragment & Activity Lifecycle](https://github.com/xxv/android-lifecycle)” by [Steve Pomeroy](https://github.com/xxv) is licensed under CC BY-SA 4.0

## Android Activity Lifecycle

β€œ[A simplified illustration of the activity lifecycle](https://developer.android.com/guide/components/activities/activity-lifecycle)” by [Android Developers](https://developer.android.com/)

## Android Service Binding Tree Lifecycle

β€œ[The lifecycle for a service that is started and also allows binding](https://developer.android.com/guide/components/bound-services)” by [Android Developers](https://developer.android.com/)

## iOS App Launch Cycle into the Foreground

β€œ[Launching an app into the foreground](https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/StrategiesforHandlingAppStateTransitions/StrategiesforHandlingAppStateTransitions.html)” by [Apple Developer](https://developer.apple.com/)

## iOS App Launch Cycle into the Background

β€œ[Launching an app into the background](https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/StrategiesforHandlingAppStateTransitions/StrategiesforHandlingAppStateTransitions.html)” by [Apple Developer](https://developer.apple.com/)

## iOS State Changes

β€œ[State changes in an iOS app](https://developer.apple.com/library/archive/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/TheAppLifeCycle/TheAppLifeCycle.html)” by [Apple Developer](https://developer.apple.com/)

## iOS View Controller’s Views and State Transitions

β€œ[Valid State Transitions](https://developer.apple.com/documentation/uikit/uiviewcontroller)” by [Apple Developer](https://developer.apple.com/)

## iOS AppDelegate Methods Lifecycle

β€œ[UIApplication Delegate Messaging with Multitasking](https://www.cocoanetics.com/2010/07/understanding-ios-4-backgrounding-and-delegate-messaging/)” by [Oliver Drobnik](https://github.com/odrobnik)

## iOS UIViewController Lifecycle

β€œ[UIViewController Lifecycle](https://subscription.packtpub.com/book/application_development/9781783550814/6/ch06lvl1sec60/uiviewcontroller-lifecycle-methods)” by [William Smith](https://www.linkedin.com/in/swilliamsmith/)

[viewDidUnload](https://developer.apple.com/documentation/uikit/uiviewcontroller/1621383-viewdidunload) is deprecated in iOS 6.0

## Android & iOS Lifecycles

β€œ[iOS View controller LifeCycle from Android Activity LifeCycle](http://vardhan-justlikethat.blogspot.com/2012/03/developer-view-ios-view-controller.html)” by [Jaya Harsha Vardhan](http://vardhan-justlikethat.blogspot.com/p/about-me.html)

[viewDidUnload](https://developer.apple.com/documentation/uikit/uiviewcontroller/1621383-viewdidunload) is deprecated in iOS 6.0

## Spring Bean Lifecycle

β€œ[Spring Bean Lifecycle](https://www.packtpub.com/application-development/spring-50-project-building-travel-website-video)” by [Tomasz Lelek](https://github.com/tomekl007)