Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
Tags
- Kotlin
- SPC
- Sqoop
- window
- Spring
- plugin
- Java
- 보조정렬
- SQL
- tomcat
- JavaScript
- Eclipse
- mapreduce
- R
- xPlatform
- Express
- Android
- SSL
- mybatis
- es6
- NPM
- 공정능력
- Python
- IntelliJ
- table
- hadoop
- MSSQL
- react
- vaadin
- GIT
Archives
- Today
- Total
728x90
목록2024/01/23 (1)
DBILITY

AAC(Android Architecture Components)는 강력하고, 테스트와 유지관리가 쉬운 앱을 디자인하도록 돕는 라이브러리의 모음이다. https://developer.android.com/topic/libraries/architecture?hl=ko Android 아키텍처 구성요소 | Android 개발자 | Android Developers 앱 작업 developer.android.com MVVM ( Model - View - ViewModel )은 Model에서 Business Logic(데이터 처리 등)을 처리하고, View는 화면UI를 담당한다. Model과 View를 분리하고 중간에 ViewModel을 둔다.이벤트 흐름으로 보자면 View -> ViewModel -> Model이..
android/kotlin
2024. 1. 23. 11:15
728x90