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
- Navigation
- Android
- hilt
- ViewModel
- recyclerview
- Behavior
- 안드로이드
- CollapsingToolbarLayout
- Coroutine
- activity
- View
- onLayout
- CustomView
- HTTP
- LiveData
- AppBarLayout
- lifecycle
- sqlite
- Algorithm
- BOJ
- kotlin
- room
- 알고리즘
- notification
- 백준
- onMeasure
- CoordinatorLayout
- 알림
- 코틀린
- DataBinding
Archives
- Today
- Total
목록고급 위젯 (1)
개발일지
Android in A..Z - Widget
CalendarView 달력 위젯으로 setOnDateChangeListener를 설정하여 날짜를 선택할 때 이벤트를 발생시킬 수 있다 CalendarFragment.kt class CalendarFragment : BaseFragment(R.layout.fragment_calendar) { override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? { super.onCreateView(inflater, container, savedInstanceState) binding.fragment = this binding.calendar.setOnDateChangeListe..
Android (안드로이드)
2020. 8. 9. 18:33