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
- Coroutine
- Algorithm
- DataBinding
- ViewModel
- notification
- 코틀린
- CollapsingToolbarLayout
- HTTP
- recyclerview
- 백준
- onMeasure
- AppBarLayout
- onLayout
- activity
- room
- View
- 알림
- LiveData
- CoordinatorLayout
- 안드로이드
- BOJ
- kotlin
- hilt
- Android
- sqlite
- lifecycle
- Behavior
- CustomView
- Navigation
- 알고리즘
Archives
- Today
- Total
목록setSingleChoiceItems (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