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
- androidstudio
- 코틀린
- EditText
- Activity
- Dialog
- BottomSheetDialog
- firebase
- 랜덤ID
- 안드로이드
- lifecyclescope
- 팝업액티비티
- textview
- 안드로이드스튜디오
- OutlinedButton
- Imageview
- MaterialButton
- Kotlin
- nav_graph
- RealtimeDB
- 뷰바인딩
- ArrayList
- ButtonWithButton
- button
- 안드로이드 스튜디오
- Android
- ViewModel
- firebasefunctions
- ROOM
- 밑줄
- FRAGMENT
Archives
- Today
- Total
목록프래그먼트 뷰바인딩 (1)
안드로이드 앱 개발
뷰바인딩하는 방법 (Kotlin) - Fragment에서
먼저. fragment.kt 파일과 xml을 만들어준다. class FragmentCustomers : Fragment() { private var fragmentCustomersBinding:FragmentCustomersBinding? = null; override fun onCreateView( inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle? ): View? { val binding = FragmentCustomersBinding.inflate(inflater, container, false) return binding.root } override fun onDestroyView() { fragmentCusto..
카테고리 없음
2021. 3. 28. 17:03