UI State1 [Android] UI Layer UI Layer UI의 역할 화면에 애플리케이션 데이터 표시 사용자 상호작용의 기본 지점 역할 -> 사용자 상호작용, 외부 입력으로 인해 데이터가 변할 때마다 UI 업데이트 되어야함 Ui State UI = UI Elements + UI State -> UI가 사용자가 보는 것이라면 UI State는 앱이 표시해야 한다고 말하는 것 ( if the UI is what the user sees, the UI state is what the app says they should see / https://developer.android.com/topic/architecture/ui-layer#define-ui-state ) -> UI State에 따라 변경사항이 UI에 즉시 반영됨 data class News.. 2022. 9. 16. 이전 1 다음