Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 안드로이드
- Compose
- appbar
- scroll
- Dialog
- binding
- Coroutines
- ScrollView
- 앱바
- tabbar
- Kotlin
- CustomScrollView
- 테스트
- livedata
- android
- drift
- LifeCycle
- DART
- Navigation
- TEST
- 앱
- data
- textview
- intent
- Button
- textfield
- viewmodel
- 계측
- activity
- Flutter
Archives
- Today
- Total
목록Adapter (1)
Study Record
[안드로이드] binding Adapter (결합 어댑터)
😶 binding Adapter binding Adapter 는 View 에 대한 정보가 담긴 XML 파일의 뷰의 속성(attribute) 을 직접 설정할 수 있게 도와주는 어노테이션된 메서드이다. TextView 에서 볼 수 있는 android:text="Sample" 과 같은 속성을 설정하면 Android 시스템은 자동으로 속성 이름과 동일한 이름의 setter 를 찾는다. android:text="Sample" 속성의 setter 는 setText() 메서드는 안드로이드 프레임워크가 제공하는 메서드이기 때문에 별도의 setter 를 정의하지 않아도 된다. 이것과 비슷하게 binding Adapter 로 원하는 기능을 하는 속성을 원하는 이름을 붙여 정의할 수 있다. binding Adapter 는 ..
안드로이드
2023. 8. 10. 00:51