본문 바로가기

분류 전체보기63

05-2. LiveData and LiveDataObservers Android Kotlin Fundamentals는 codelab에 올라와있는 강의를 한글로 번역한 내용입니다. Codelabs for Android Kotlin Fundamentals | Training Courses Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates. Last updated 2020-09-14 UTC. developer.android.com 코드는 github를 참고해주세요 05-2. LiveData and LiveDataObservers 1. A.. 2021. 2. 18.
05-1. ViewModel and ViewModelFactory Android Kotlin Fundamentals는 codelab에 올라와있는 강의를 한글로 번역한 내용입니다. Codelabs for Android Kotlin Fundamentals | Training Courses Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates. Last updated 2020-09-14 UTC. developer.android.com 코드는 github를 참고해주세요 05-1. ViewModel and ViewModelFactory 1. A.. 2021. 2. 17.
04-2. Complex LIfecycle Android Kotlin Fundamentals는 codelab에 올라와있는 강의를 한글로 번역한 내용입니다. Codelabs for Android Kotlin Fundamentals | Training Courses Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates. Last updated 2020-09-14 UTC. developer.android.com 코드는 github를 참고해주세요 04-2. Complex Lifecycle 1. Lifecycle libr.. 2021. 2. 17.
04-1. Lifecycles and Logging Android Kotlin Fundamentals는 codelab에 올라와있는 강의를 한글로 번역한 내용입니다. 코드는 github를 참고해주세요 04-1. Lifecycles and Logging 1. Explore the lifecycle methods and add basic logging 모든 액티비티와 프래그먼트는 lifecycle을 가지고 있다 activity 라이프 사이클은 activity가 처음 초기화 된 시점부터 마지막으로 destroy 되고 시스템 메모리 상에서 회수될 때 까지 여러 상태로 구성된다. 사용자가 앱을 시작하고 액티비티 간 또는 앱의 내부 및 외부를 이동하면서, 그리고 앱을 떠나면서 activity의 상태는 변한다 안드로이드는 ativity가 다른 상태로 변할 때 마다 ca.. 2021. 2. 16.