반응형

Activity & Fragment & ViewModel Lifecycle


Activity Lifecycle

Fragment


onCreateView() 와 onActivityCreated() 사이에 onViewCreated() 호출됨


https://developer.android.com/guide/components/fragments



ViewModel Lifecycle

https://developer.android.com/topic/libraries/architecture/viewmodel



런타임 변경처리

https://developer.android.com/guide/topics/resources/runtime-changes?hl=ko

반응형

+ Recent posts