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
- Kotlin
- firebasefunctions
- firebase
- ViewModel
- Android
- Dialog
- Imageview
- textview
- FRAGMENT
- 안드로이드 스튜디오
- ROOM
- androidstudio
- 안드로이드
- 밑줄
- nav_graph
- 랜덤ID
- OutlinedButton
- 안드로이드스튜디오
- lifecyclescope
- 팝업액티비티
- EditText
- BottomSheetDialog
- ArrayList
- MaterialButton
- ButtonWithButton
- button
- 뷰바인딩
- 코틀린
- Activity
- RealtimeDB
Archives
- Today
- Total
목록TimePicker (1)
안드로이드 앱 개발
NumberPicker를 활용한 Custom TimePicker - Kotlin
binding.rsvTimeLayout.setOnClickListener { val dialog = AlertDialog.Builder(this).create() val edialog: LayoutInflater = LayoutInflater.from(this) val mView: View = edialog.inflate(R.layout.dialog_custom_timepicker, null) val hour: NumberPicker = mView.findViewById(R.id.hour_picker) val minute: NumberPicker = mView.findViewById(R.id.min_picker) val cancel: TextView = mView.findViewById(R.id.canc..
카테고리 없음
2021. 5. 3. 01:21