-
Declarative UI PatternsAndroid 2019. 10. 26. 23:44반응형
https://developer.android.com/jetpack/compose
https://www.youtube.com/watch?v=VsStyq4Lzxo
Declarative UI Programming은 기존의 명령형 프로그래밍과 달리 선언형 프로그래밍을 함으로써 뷰의 상태만 선언하여 자세한 구현 부분은 프레임 워크에게 맏기는 방법입니다.
이 방법은 복잡하고 어려운 UI를 쫌더 간결하고 구현하기 쉽게할수 있다는 장점이 있습니다.
반응형'Android' 카테고리의 다른 글
MediaStore File 다루기 (Android ScopedStorage) (6) 2019.12.11 Android R8 Compiler (0) 2019.12.05 Android Studio Layout Inspector (0) 2019.12.05 Android Decompile Setting (0) 2019.11.28 안드로이드 비동기 처리 질문 (Thread Sleep) (0) 2019.10.06 Android Paging Library (0) 2019.10.01 Android Dokka 사용법 (0) 2019.09.23 RecyclerView Header , Footer 생성 (0) 2019.09.17