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
- 안보내짐
- allowBackup
- 플러터
- 웹뷰
- 크롬개발자도구
- StringUtils.isEmpty
- fullBackupContent
- 에러
- project flow
- Flutter
- carousel slider
- foreground
- StringUtils.isBlank
- runSpacing
- freezed
- TextFormField
- 두 수의 나눗셈
- 앱
- gestureRecognizers
- not working
- Flutter SDK
- VerticalMultiDragGestureRecognizer
- 프로그래머스
- TCP/IP모델
- Could not create service of type FileAccessTimeJournal using
- Chrome Developer Tools
- 입력 커서
- 안드로이드
- Set ID
- 플루터
Archives
- Today
- Total
흰오목눈이야 개발하자
20200318 DevLog : DataBinding 본문
https://developer.android.com/topic/libraries/data-binding
데이터 결합 라이브러리 | Android 개발자 | Android Developers
데이터 결합 라이브러리 Android Jetpack의 구성요소 데이터 결합 라이브러리는 프로그래매틱 방식이 아니라 선언적 형식으로 레이아웃의 UI 구성요소를 앱의 데이터 소스와 결합할 수 있는 지원 라이브러리입니다. 레이아웃은 흔히 UI 프레임워크 메서드를 호출하는 코드가 포함된 활동에서 정의됩니다. 예를 들어 아래 코드는 findViewById()를 호출하여 TextView 위젯을 찾아 viewModel 변수의 userName 속성에 결합합니다. K
developer.android.com
'안드로이드 > DevLog' 카테고리의 다른 글
20200325 DevLog: AlertDialog using Kotlin (코틀린으로 다이얼로그 띄우기) (0) | 2020.03.25 |
---|---|
20200319 DevLog_Git branch 관리, MVVM Pattern (Kotlin) (2) | 2020.03.19 |
20200316 DevLog : MVVM Pattern (1) | 2020.03.16 |
20200310 DevLog : Android Adapter Example ( 안드로이드 어댑터 예제) (0) | 2020.03.10 |
20200308 DevLog : Android Service Example (안드로이드 서비스 예제) (0) | 2020.03.08 |