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
- sqlite
- Navigation
- HTTP
- Behavior
- 코틀린
- hilt
- Android
- onMeasure
- DataBinding
- Coroutine
- CustomView
- View
- 알고리즘
- 알림
- LiveData
- 백준
- onLayout
- lifecycle
- kotlin
- ViewModel
- CollapsingToolbarLayout
- AppBarLayout
- notification
- room
- BOJ
- CoordinatorLayout
- activity
- recyclerview
- 안드로이드
- Algorithm
Archives
- Today
- Total
목록DialogFragment (1)
개발일지
Android in A..Z - Dialog
Dialog Activity나 Fragment과 다른 작은 화면의 창입니다. 특정 작업전에 입력을 받거나 알람용도로 쓰입니다. DatePickerDialog 달력에서 날짜를 선택하여 Listener를 통해 값을 받을 수 있다. private fun initOnDatePicker() { binding.setOnDatePicker { val calendar = GregorianCalendar() DatePickerDialog(requireContext(), { dialog, year, month, dayOfMonth -> binding.result = """ Dialog : ${dialog.id} Event : ${SimpleDateFormat.getDateInstance().format(GregorianC..
Android (안드로이드)
2021. 3. 22. 02:17