반응형
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
반응형
'안드로이드' 카테고리의 다른 글
View의 background 속성을 이용해 View의 모양 변경하기 (0) | 2019.04.04 |
---|---|
Error type 3: Activity class {com.x.y.MainActivity} does not exist. (1) | 2019.04.03 |
Android Platform Version and API LEVEL (0) | 2019.04.03 |
RecyclerView #7 - ViewType 동적변경 (0) | 2019.03.26 |
Error - android.view.InflateException: Binary XML file line #14: Binary XML file line #14: Error inflating class <unknown> (0) | 2019.03.21 |