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