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

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