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
- ArrayList
- lifecyclescope
- androidstudio
- 팝업액티비티
- firebasefunctions
- Activity
- 안드로이드
- button
- RealtimeDB
- 코틀린
- textview
- firebase
- 뷰바인딩
- 랜덤ID
- Kotlin
- FRAGMENT
- BottomSheetDialog
- Android
- 안드로이드 스튜디오
- EditText
- Imageview
- ButtonWithButton
- 안드로이드스튜디오
- MaterialButton
- nav_graph
- OutlinedButton
- ViewModel
- 밑줄
- ROOM
- Dialog
Archives
- Today
- Total
목록NumberPicker (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