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
- Host: GitHub
- URL: https://github.com/thyrlian/lifecycle
- Owner: thyrlian
- License: apache-2.0
- Created: 2019-02-23T21:45:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T00:31:07.000Z (over 6 years ago)
- Last Synced: 2025-01-14T08:52:17.557Z (9 months ago)
- Topics: cheatsheet, cheatsheets, development, graph, life-cycle, lifecycle
- Size: 2.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)