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 |
Tags
- NumberPIcker
- studywithme
- ThreeTen Backport
- RecyclerView
- gradle plugin
- WorkManager
- findNavController
- Load failed
- multipart
- todo
- log
- DialogFragment
- 생명주기
- 화면 회전
- 기기고유값
- layout_constrainedWidth
- Android
- Popup menu background color
- kotlin
- layout_constrainedHeight
- http
- Collections Function
- Retrofit2
- json
- Lifecycle
- Navigation
- SSAID
- Room
- DataBinding
- BottomSheetDialogFragment
Archives
- Today
- Total
목록ViewBinding (1)
chacha's
[ Android ] View Binding
View View 는 계층구조로 이루어져 있습니다. View Binding 해당 내용은 dev_2dong님 블로그를 참조한 내용입니다. View Binding 은 findViewById를 사용하지 않고 object에 xml view 컴포넌트의 ID를 찾아서 inflate 해줍니다. ( ViewBinding은 XML layout을 위해서 binding 할 object를 생성합니다. ) Android Studio 3.6 version 이상부터 사용할 수 있습니다. Android는 Jetpack을 도입하면서 다양한 변화를 맞이했는데 View Binding은 Jetpack에 포함된 라이브러리는 아닙니다. 참고로, Kotlin Android Extension에서는 synthetic binding을 지원하기 때문에..
Android/Concept
2021. 3. 24. 17:39