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
- HTTP
- Navigation
- DataBinding
- LiveData
- kotlin
- CoordinatorLayout
- lifecycle
- ViewModel
- BOJ
- Coroutine
- CollapsingToolbarLayout
- Android
- recyclerview
- View
- AppBarLayout
- 코틀린
- sqlite
- onLayout
- 알고리즘
- notification
- 알림
- activity
- CustomView
- hilt
- 백준
- Behavior
- 안드로이드
- room
- Algorithm
- onMeasure
Archives
- Today
- Total
목록setMultiChoiceItems (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cFEYZu/btqGiqZT9x7/RYcvEFfFTq6GhCWGU9tzr1/img.png)
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