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
- 기기고유값
- Android
- Retrofit2
- Room
- SSAID
- http
- 생명주기
- Popup menu background color
- Navigation
- ThreeTen Backport
- findNavController
- Collections Function
- gradle plugin
- Lifecycle
- WorkManager
- studywithme
- json
- kotlin
- Load failed
- 화면 회전
- DataBinding
- multipart
- log
- BottomSheetDialogFragment
- NumberPIcker
- layout_constrainedWidth
- RecyclerView
- todo
- DialogFragment
- layout_constrainedHeight
Archives
- Today
- Total
목록View (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